mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
madwifi: fix maximum txpower display
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user