#22290: rt2x00 AP and Adhoc combination
-----------------------+------------------------------------------
Reporter: markus@… | Owner: developers
Type: defect | Status: new
Priority: low | Milestone: Features Paradise
Component: kernel | Version: Chaos Calmer 15.05
Resolution: | Keywords: adhoc multimode combinations
-----------------------+------------------------------------------
Comment (by markus@…):
--- a/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c
correct should it be this !
+++ b/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c
@@ -1284,7 +1284,7 @@ static inline void rt2x00lib_set_if_comb
*/
if_limit = &rt2x00dev->if_limits_ap;
if_limit->max = rt2x00dev->ops->max_ap_intf;
- if_limit->types = BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_STATION);
+ if_limit->types = BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_ADHOC) ;
#ifdef CPTCFG_MAC80211_MESH
if_limit->types |= BIT(NL80211_IFTYPE_MESH_POINT);
#endif
--
Ticket URL: <https://dev.openwrt.org/ticket/22290#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets