X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F421-channel_handling.patch;h=c60cc9c3cdfb89d3588cd599a2188f28d72d6e27;hb=9e1fd17d108dd845fa0d60670537de373d29b1e9;hp=69d96cba0bc9a0471141a97cf3ae56d87d446750;hpb=fdf2efaf28ab626b14cb7d5a94981e0be2cedbe8;p=openwrt%2Fopenwrt.git diff --git a/package/madwifi/patches/421-channel_handling.patch b/package/madwifi/patches/421-channel_handling.patch index 69d96cba0b..c60cc9c3cd 100644 --- a/package/madwifi/patches/421-channel_handling.patch +++ b/package/madwifi/patches/421-channel_handling.patch @@ -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; }