|
@@ -1236,7 +1236,8 @@ static inline void rt2x00lib_set_if_combinations(struct rt2x00_dev *rt2x00dev)
|
|
|
*/
|
|
*/
|
|
|
if_limit = &rt2x00dev->if_limits_ap;
|
|
if_limit = &rt2x00dev->if_limits_ap;
|
|
|
if_limit->max = rt2x00dev->ops->max_ap_intf;
|
|
if_limit->max = rt2x00dev->ops->max_ap_intf;
|
|
|
- if_limit->types = BIT(NL80211_IFTYPE_AP);
|
|
|
|
|
|
|
+ if_limit->types = BIT(NL80211_IFTYPE_AP) |
|
|
|
|
|
+ BIT(NL80211_IFTYPE_MESH_POINT);
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Build up AP interface combinations structure.
|
|
* Build up AP interface combinations structure.
|