| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Dynamically set CoDel parameters per station | Toke Høiland-Jørgensen | 2017-05-17 | 1 | -1/+2 |
* | mac80211: Fix possible sband related NULL pointer de-reference | Mohammed Shafi Shajakhan | 2017-04-28 | 1 | -1/+3 |
* | mac80211: make rate control tx status API more extensible | Felix Fietkau | 2017-04-28 | 1 | -0/+22 |
* | mac80211: Fix clang warning about constant operand in logical operation | Matthias Kaehlcke | 2017-04-13 | 1 | -2/+4 |
* | mac80211: reject/clear user rate mask if not usable | Johannes Berg | 2017-03-08 | 1 | -0/+27 |
* | mac80211: remove local pointer from rate_ctrl_ref | Johannes Berg | 2017-03-06 | 1 | -5/+5 |
* | mac80211: don't try to sleep in rate_control_rate_init() | Johannes Berg | 2017-01-24 | 1 | -2/+0 |
* | mac80211: calculate min channel width correctly | Johannes Berg | 2017-01-11 | 1 | -0/+2 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -1/+1 |
* | mac80211: further improve "no supported rates" warning | Johannes Berg | 2015-11-03 | 1 | -1/+1 |
* | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-10-07 | 1 | -1/+4 |
|\ |
|
| * | mac80211: improve __rate_control_send_low warning | Johannes Berg | 2015-09-29 | 1 | -1/+4 |
* | | mac80211: Do not use sizeof() on pointer type | Thierry Reding | 2015-09-04 | 1 | -1/+1 |
|/ |
|
* | mac80211: add rate mask logic for vht rates | Lorenzo Bianconi | 2015-08-14 | 1 | -11/+91 |
* | mac80211: define rate_control_apply_mask_ratetbl() | Lorenzo Bianconi | 2015-08-14 | 1 | -0/+27 |
* | mac80211: remove ieee80211_tx_rate dependency in rate mask code | Lorenzo Bianconi | 2015-08-14 | 1 | -68/+71 |
* | mac80211: remove ieee80211_tx_info from rate_control_apply_mask signature | Lorenzo Bianconi | 2015-08-14 | 1 | -6/+5 |
* | mac80211: deinline rate_control_rate_init, rate_control_rate_update | Denys Vlasenko | 2015-07-17 | 1 | -0/+59 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -2/+2 |
|\ |
|
| * | module: add per-module param_lock | Dan Streetman | 2015-06-23 | 1 | -2/+2 |
* | | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 2015-06-10 | 1 | -3/+3 |
* | | mac80211: lock rate control | Johannes Berg | 2015-04-20 | 1 | -1/+7 |
|/ |
|
* | mac80211: add more missing checks for VHT tx rates | Felix Fietkau | 2014-11-28 | 1 | -1/+2 |
* | mac80211: notify drivers on sta rate table changes | Johannes Berg | 2014-11-19 | 1 | -0/+3 |
* | mac80211: skip legacy rate mask handling for VHT rates | Felix Fietkau | 2014-11-19 | 1 | -1/+1 |
* | mac80211: fix typo in starting baserate for rts_cts_rate_idx | Karl Beldan | 2014-10-14 | 1 | -1/+1 |
* | mac80211: remove module handling from rate control ops | Johannes Berg | 2014-02-04 | 1 | -23/+9 |
* | mac80211: make rate control ops const | Johannes Berg | 2014-02-04 | 1 | -8/+8 |
* | mac80211: respect rate mask in TX | Andrei Otcheretianski | 2013-10-15 | 1 | -3/+9 |
* | mac80211: fix honouring rate flags in low-rate transmit | Andrei Otcheretianski | 2013-10-15 | 1 | -0/+3 |
* | mac80211: allow lowest basic rate for unicast management for mesh | Chun-Yeow Yeoh | 2013-08-09 | 1 | -7/+16 |
* | mac80211: select and adjust bitrates according to channel mode | Simon Wunderlich | 2013-07-16 | 1 | -24/+22 |
* | Merge remote-tracking branch 'mac80211/master' into HEAD | Johannes Berg | 2013-06-19 | 1 | -1/+1 |
|\ |
|
| * | mac80211: Fix rate control mask matching call | Simon Wunderlich | 2013-06-12 | 1 | -1/+1 |
* | | mac80211: fix various components for the new 5 and 10 MHz widths | Simon Wunderlich | 2013-06-18 | 1 | -1/+7 |
|/ |
|
* | mac80211: fix spurious RCU warning and update documentation | Felix Fietkau | 2013-05-16 | 1 | -1/+8 |
* | mac80211: improve the rate control API | Felix Fietkau | 2013-04-22 | 1 | -59/+268 |
* | mac80211: fix and optimize MCS mask handling | Felix Fietkau | 2013-04-16 | 1 | -3/+6 |
* | mac80211: convert to channel definition struct | Johannes Berg | 2012-11-26 | 1 | -3/+2 |
* | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-01 | 1 | -1/+1 |
|\ |
|
| * | mac80211: zero initialize count field in ieee80211_tx_rate | Mohammed Shafi Shajakhan | 2012-02-21 | 1 | -1/+1 |
| * | mac80211: call rate control only after init | Johannes Berg | 2012-02-15 | 1 | -1/+1 |
* | | mac80211: call rate control only after init | Johannes Berg | 2012-02-06 | 1 | -1/+1 |
* | | mac80211: off by one in mcs mask handling | Dan Carpenter | 2012-02-06 | 1 | -1/+1 |
* | | mac80211: add support for mcs masks | Simon Wunderlich | 2012-01-30 | 1 | -8/+116 |
* | | mac80211: clean up rate control code | Johannes Berg | 2012-01-24 | 1 | -23/+4 |
|/ |
|
* | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | mac80211: Send nullfunc frames at lower rate during connection monitor | Rajkumar Manoharan | 2011-10-03 | 1 | -3/+5 |
* | mac80211: Send the management frame at requested rate | Rajkumar Manoharan | 2011-09-27 | 1 | -1/+28 |