diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-14 02:00:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-14 02:00:36 +0000 |
commit | 25d13b89eeaa9a2df5458ed3d7e5ebe97c3f6560 (patch) | |
tree | f5f24a0dd84184c4c5cd439f0a8c155896f26e96 /package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch | |
parent | ba21cbae3eff092d17856c01315ac0e0ce2b3a10 (diff) | |
download | mtk-20170518-25d13b89eeaa9a2df5458ed3d7e5ebe97c3f6560.zip mtk-20170518-25d13b89eeaa9a2df5458ed3d7e5ebe97c3f6560.tar.gz mtk-20170518-25d13b89eeaa9a2df5458ed3d7e5ebe97c3f6560.tar.bz2 |
mac80211: improve powersave handling in the tx queue rework patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44748
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 6b69032..3acc529 100644 --- a/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch +++ b/package/kernel/mac80211/patches/301-mac80211-lock-rate-control.patch @@ -115,7 +115,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com> --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h -@@ -348,6 +348,7 @@ struct sta_info { +@@ -349,6 +349,7 @@ struct sta_info { u8 ptk_idx; struct rate_control_ref *rate_ctrl; void *rate_ctrl_priv; |