diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-03-31 06:12:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:39 -0400 |
commit | 18a8365992a8041aa178ae9ad5f0d951d0457230 (patch) | |
tree | cb7a461139269feb191e5f5d03c4438cfa9335f2 /drivers/net/wireless/at76c50x-usb.c | |
parent | 75c2148fa5330c6de741fc96e3308f57d846a6b4 (diff) |
cfg80211: introduce scan IE limit attribute
This patch introduces a new attribute for a wiphy that tells
userspace how long the information elements added to a probe
request frame can be at most. It also updates the at76 to
advertise that it cannot support that, and, for now until I
can fix that, iwlwifi too.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/at76c50x-usb.c')
-rw-r--r-- | drivers/net/wireless/at76c50x-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/at76c50x-usb.c b/drivers/net/wireless/at76c50x-usb.c index 69248ded5102..55f947ac56d1 100644 --- a/drivers/net/wireless/at76c50x-usb.c +++ b/drivers/net/wireless/at76c50x-usb.c | |||
@@ -2250,6 +2250,7 @@ static int at76_init_new_device(struct at76_priv *priv, | |||
2250 | 2250 | ||
2251 | /* mac80211 initialisation */ | 2251 | /* mac80211 initialisation */ |
2252 | priv->hw->wiphy->max_scan_ssids = 1; | 2252 | priv->hw->wiphy->max_scan_ssids = 1; |
2253 | priv->hw->wiphy->max_scan_ie_len = 0; | ||
2253 | priv->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); | 2254 | priv->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); |
2254 | priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &at76_supported_band; | 2255 | priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &at76_supported_band; |
2255 | priv->hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | | 2256 | priv->hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | |