diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00mac.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c index 137386ebf68f..e6fba830d1d3 100644 --- a/drivers/net/wireless/rt2x00/rt2x00mac.c +++ b/drivers/net/wireless/rt2x00/rt2x00mac.c | |||
@@ -227,6 +227,7 @@ int rt2x00mac_add_interface(struct ieee80211_hw *hw, | |||
227 | case NL80211_IFTYPE_STATION: | 227 | case NL80211_IFTYPE_STATION: |
228 | case NL80211_IFTYPE_ADHOC: | 228 | case NL80211_IFTYPE_ADHOC: |
229 | case NL80211_IFTYPE_MESH_POINT: | 229 | case NL80211_IFTYPE_MESH_POINT: |
230 | case NL80211_IFTYPE_WDS: | ||
230 | /* | 231 | /* |
231 | * We don't support mixed combinations of | 232 | * We don't support mixed combinations of |
232 | * sta and ap interfaces. | 233 | * sta and ap interfaces. |