aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/310-ibss_ht.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-16 07:59:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-09-16 07:59:51 +0000
commitdbde8f805e7dc7066d0ce3f4058383ab117c5b46 (patch)
treec6846ac89ee0aa43897bbcadb34e9409451d34d2 /package/mac80211/patches/310-ibss_ht.patch
parent22be36418e2f32eb058e303890bfc680342c377b (diff)
downloadupstream-dbde8f805e7dc7066d0ce3f4058383ab117c5b46.tar.gz
upstream-dbde8f805e7dc7066d0ce3f4058383ab117c5b46.tar.bz2
upstream-dbde8f805e7dc7066d0ce3f4058383ab117c5b46.zip
mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client mode
SVN-Revision: 28247
Diffstat (limited to 'package/mac80211/patches/310-ibss_ht.patch')
-rw-r--r--package/mac80211/patches/310-ibss_ht.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/310-ibss_ht.patch b/package/mac80211/patches/310-ibss_ht.patch
index 1acd253f02..6e0de5b467 100644
--- a/package/mac80211/patches/310-ibss_ht.patch
+++ b/package/mac80211/patches/310-ibss_ht.patch
@@ -169,7 +169,7 @@
unsigned long ibss_join_req;
/* probe response/beacon for IBSS */
-@@ -1091,6 +1092,7 @@ void ieee80211_ibss_notify_scan_complete
+@@ -1090,6 +1091,7 @@ void ieee80211_ibss_notify_scan_complete
void ieee80211_ibss_setup_sdata(struct ieee80211_sub_if_data *sdata);
struct sta_info *ieee80211_ibss_add_sta(struct ieee80211_sub_if_data *sdata,
u8 *bssid, u8 *addr, u32 supp_rates,
@@ -177,7 +177,7 @@
gfp_t gfp);
int ieee80211_ibss_join(struct ieee80211_sub_if_data *sdata,
struct cfg80211_ibss_params *params);
-@@ -1344,6 +1346,12 @@ void ieee80211_recalc_smps(struct ieee80
+@@ -1343,6 +1345,12 @@ void ieee80211_recalc_smps(struct ieee80
size_t ieee80211_ie_split(const u8 *ies, size_t ielen,
const u8 *ids, int n_ids, size_t offset);
size_t ieee80211_ie_split_vendor(const u8 *ies, size_t ielen, size_t offset);
@@ -190,7 +190,7 @@
/* internal work items */
void ieee80211_work_init(struct ieee80211_local *local);
-@@ -1372,6 +1380,8 @@ ieee80211_get_channel_mode(struct ieee80
+@@ -1371,6 +1379,8 @@ ieee80211_get_channel_mode(struct ieee80
bool ieee80211_set_channel_type(struct ieee80211_local *local,
struct ieee80211_sub_if_data *sdata,
enum nl80211_channel_type chantype);