diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-23 13:32:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-23 13:32:22 +0000 |
commit | bbc97003109138e7f7c90ee91104317a42f9b959 (patch) | |
tree | f227195e20a0d2c9416b2a472cd29e1a4810c973 /package/madwifi/patches/424-timing.patch | |
parent | a29453627d3a962384cf4ea53a12607a5d62d554 (diff) | |
download | mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.zip mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.tar.gz mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.tar.bz2 |
madwifi: fix maximum txpower display
SVN-Revision: 17687
Diffstat (limited to 'package/madwifi/patches/424-timing.patch')
-rw-r--r-- | package/madwifi/patches/424-timing.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/424-timing.patch b/package/madwifi/patches/424-timing.patch index ad2e8ac..4dfa3c9 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 -@@ -2737,6 +2737,7 @@ ieee80211_ioctl_setparam(struct net_devi +@@ -2745,6 +2745,7 @@ ieee80211_ioctl_setparam(struct net_devi case IEEE80211_PARAM_COVERAGE_CLASS: if (value <= IEEE80211_COVERAGE_CLASS_MAX) { ic->ic_coverageclass = value; |