diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-02-27 15:08:28 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-27 15:31:05 +0100 |
commit | d0ae708d1acd4bf6ad5b9937d9da44d16ca18f13 (patch) | |
tree | bc2d3567685de66bb125ce04c33593c8973035e4 /net/wireless/core.c | |
parent | 499218595a2e8296b7492af32fcca141b7b8184a (diff) |
nl80211: remove channel width and extended capa advertising
This is another case of data increasing the size of the
wiphy information significantly with a new feature, for
now remove this as well.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/core.c')
-rw-r--r-- | net/wireless/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wireless/core.c b/net/wireless/core.c index 33b75b9b8ef..92200210506 100644 --- a/net/wireless/core.c +++ b/net/wireless/core.c @@ -367,8 +367,7 @@ struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv) rdev->wiphy.rts_threshold = (u32) -1; rdev->wiphy.coverage_class = 0; - rdev->wiphy.features = NL80211_FEATURE_SCAN_FLUSH | - NL80211_FEATURE_ADVERTISE_CHAN_LIMITS; + rdev->wiphy.features = NL80211_FEATURE_SCAN_FLUSH; return &rdev->wiphy; } |