diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-10 18:29:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-10 18:29:17 +0000 |
commit | b8757c644f02ae75e23bfd231682453d5a75f30f (patch) | |
tree | c55e00baa15b35fe4b374ad725484c99fd539ec4 /package/mac80211/patches/520-mac80211_cur_txpower.patch | |
parent | faba477274075f440866283c88dbd67ff10fbc52 (diff) | |
download | upstream-b8757c644f02ae75e23bfd231682453d5a75f30f.tar.gz upstream-b8757c644f02ae75e23bfd231682453d5a75f30f.tar.bz2 upstream-b8757c644f02ae75e23bfd231682453d5a75f30f.zip |
mac80211: fix channel context related warnings when using wds ap mode (fixes #12585)
SVN-Revision: 34610
Diffstat (limited to 'package/mac80211/patches/520-mac80211_cur_txpower.patch')
-rw-r--r-- | package/mac80211/patches/520-mac80211_cur_txpower.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/520-mac80211_cur_txpower.patch b/package/mac80211/patches/520-mac80211_cur_txpower.patch index 48ded53dd8..cc049f7c99 100644 --- a/package/mac80211/patches/520-mac80211_cur_txpower.patch +++ b/package/mac80211/patches/520-mac80211_cur_txpower.patch @@ -10,7 +10,7 @@ }; --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c -@@ -2096,7 +2096,9 @@ static int ieee80211_get_tx_power(struct +@@ -2105,7 +2105,9 @@ static int ieee80211_get_tx_power(struct struct ieee80211_local *local = wiphy_priv(wiphy); struct ieee80211_sub_if_data *sdata = IEEE80211_WDEV_TO_SUB_IF(wdev); |