diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-20 16:24:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-20 16:24:06 +0000 |
commit | f7a861615cc9496f988ccf13cb00f7854a8eaae7 (patch) | |
tree | de97cbd9e77d297bd4060e3615ad56070cfb8637 /package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch | |
parent | b95a9f01c1b920051d1662c1eae1a5d01a3d0f74 (diff) | |
download | upstream-f7a861615cc9496f988ccf13cb00f7854a8eaae7.tar.gz upstream-f7a861615cc9496f988ccf13cb00f7854a8eaae7.tar.bz2 upstream-f7a861615cc9496f988ccf13cb00f7854a8eaae7.zip |
mac80211: update software queueing patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44909
Diffstat (limited to 'package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch')
-rw-r--r-- | package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch b/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch index 53d981b9e9..465d94319d 100644 --- a/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch +++ b/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch @@ -104,7 +104,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com> static inline void rate_control_free_sta(struct sta_info *sta) --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c -@@ -281,7 +281,7 @@ static int sta_prepare_rate_control(stru +@@ -286,7 +286,7 @@ static int sta_prepare_rate_control(stru sta->rate_ctrl = local->rate_ctrl; sta->rate_ctrl_priv = rate_control_alloc_sta(sta->rate_ctrl, |