diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-30 01:01:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-30 01:01:06 +0000 |
commit | 478ae49618fd5125dd2f7e9ab59d5b66792c9abb (patch) | |
tree | 2f300d682a8f7b238015972a6315efa60909cb89 /package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch | |
parent | ce4aa59497e0f6cc2eda9e29e892cc150e40f8ac (diff) | |
download | upstream-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.tar.gz upstream-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.tar.bz2 upstream-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.zip |
mac80211: update to wireless-testing 2012-05-29
SVN-Revision: 32002
Diffstat (limited to 'package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch')
-rw-r--r-- | package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch b/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch index 71dae84735..f7f66be0eb 100644 --- a/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch +++ b/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch @@ -11,7 +11,7 @@ union { --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c -@@ -1933,9 +1933,20 @@ static int ieee80211_set_bitrate_mask(st +@@ -2112,9 +2112,20 @@ static int ieee80211_set_bitrate_mask(st } for (i = 0; i < IEEE80211_NUM_BANDS; i++) { @@ -34,7 +34,7 @@ return 0; --- a/include/net/mac80211.h +++ b/include/net/mac80211.h -@@ -3645,7 +3645,7 @@ void ieee80211_send_bar(struct ieee80211 +@@ -3672,7 +3672,7 @@ void ieee80211_send_bar(struct ieee80211 * (deprecated; this will be removed once drivers get updated to use * rate_idx_mask) * @rate_idx_mask: user-requested (legacy) rate mask @@ -43,7 +43,7 @@ * @bss: whether this frame is sent out in AP or IBSS mode */ struct ieee80211_tx_rate_control { -@@ -3657,7 +3657,7 @@ struct ieee80211_tx_rate_control { +@@ -3684,7 +3684,7 @@ struct ieee80211_tx_rate_control { bool rts, short_preamble; u8 max_rate_idx; u32 rate_idx_mask; |