mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
madwifi: fix iwconfig tx power display
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1183,7 +1183,7 @@
|
||||
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
|
||||
--- a/net80211/ieee80211_wireless.c
|
||||
+++ b/net80211/ieee80211_wireless.c
|
||||
@@ -2133,7 +2133,7 @@ ieee80211_ioctl_setmode(struct net_devic
|
||||
@@ -2134,7 +2134,7 @@ ieee80211_ioctl_setmode(struct net_devic
|
||||
|
||||
vap->iv_des_mode = mode;
|
||||
if (IS_UP_AUTO(vap))
|
||||
@@ -1192,7 +1192,7 @@
|
||||
|
||||
retv = 0;
|
||||
}
|
||||
@@ -4081,46 +4081,60 @@ ieee80211_ioctl_getchanlist(struct net_d
|
||||
@@ -4082,46 +4082,60 @@ ieee80211_ioctl_getchanlist(struct net_d
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user