summaryrefslogtreecommitdiffstats
path: root/src/net/80211/net80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/80211/net80211.c')
-rw-r--r--src/net/80211/net80211.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/80211/net80211.c b/src/net/80211/net80211.c
index aa141968..1c54597f 100644
--- a/src/net/80211/net80211.c
+++ b/src/net/80211/net80211.c
@@ -1026,12 +1026,6 @@ static int net80211_process_capab ( struct net80211_device *dev,
return -ENOSYS;
}
- if ( capab & IEEE80211_CAPAB_SPECTRUM_MGMT ) {
- DBGC ( dev, "802.11 %p cannot handle spectrum managed "
- "network\n", dev );
- return -ENOSYS;
- }
-
dev->phy_flags &= ~( NET80211_PHY_USE_SHORT_PREAMBLE |
NET80211_PHY_USE_SHORT_SLOT );