summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/424-timing.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-16 12:02:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-16 12:02:10 +0000
commit9e1fd17d108dd845fa0d60670537de373d29b1e9 (patch)
tree1588904e966ade6a54d3fcadfbab07a14d039562 /package/madwifi/patches/424-timing.patch
parentfdf2efaf28ab626b14cb7d5a94981e0be2cedbe8 (diff)
downloadmtk-20170518-9e1fd17d108dd845fa0d60670537de373d29b1e9.zip
mtk-20170518-9e1fd17d108dd845fa0d60670537de373d29b1e9.tar.gz
mtk-20170518-9e1fd17d108dd845fa0d60670537de373d29b1e9.tar.bz2
madwifi: fix iwconfig tx power display
SVN-Revision: 17592
Diffstat (limited to 'package/madwifi/patches/424-timing.patch')
-rw-r--r--package/madwifi/patches/424-timing.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/424-timing.patch b/package/madwifi/patches/424-timing.patch
index 3d1d6e0..ad2e8ac 100644
--- a/package/madwifi/patches/424-timing.patch
+++ b/package/madwifi/patches/424-timing.patch
@@ -541,7 +541,7 @@
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
--- a/net80211/ieee80211_wireless.c
+++ b/net80211/ieee80211_wireless.c
-@@ -2736,6 +2736,7 @@ ieee80211_ioctl_setparam(struct net_devi
+@@ -2737,6 +2737,7 @@ ieee80211_ioctl_setparam(struct net_devi
case IEEE80211_PARAM_COVERAGE_CLASS:
if (value <= IEEE80211_COVERAGE_CLASS_MAX) {
ic->ic_coverageclass = value;