Skip to content

Commit

Permalink
cfg80211: re-enable 5/10 MHz support
Browse files Browse the repository at this point in the history
Unfortunately I forgot this during the merge window, but the
patch seems small enough to go in as a fix. The userspace API
bug that was the reason for disabling it has long been fixed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
jmberg-intel committed Feb 6, 2014
1 parent f12cb28 commit 5a6aa70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/wireless/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,6 @@ int wiphy_register(struct wiphy *wiphy)
int i;
u16 ifmodes = wiphy->interface_modes;

/* support for 5/10 MHz is broken due to nl80211 API mess - disable */
wiphy->flags &= ~WIPHY_FLAG_SUPPORTS_5_10_MHZ;

/*
* There are major locking problems in nl80211/mac80211 for CSA,
* disable for all drivers until this has been reworked.
Expand Down

0 comments on commit 5a6aa70

Please sign in to comment.