diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/4965-mac.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/4965-mac.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlegacy/4965-mac.c b/drivers/net/wireless/iwlegacy/4965-mac.c index 1c5f8cdbd3a5..43f488a8cda2 100644 --- a/drivers/net/wireless/iwlegacy/4965-mac.c +++ b/drivers/net/wireless/iwlegacy/4965-mac.c | |||
@@ -5778,9 +5778,9 @@ il4965_mac_setup_register(struct il_priv *il, u32 max_probe_length) | |||
5778 | hw->wiphy->interface_modes = | 5778 | hw->wiphy->interface_modes = |
5779 | BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_ADHOC); | 5779 | BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_ADHOC); |
5780 | 5780 | ||
5781 | hw->wiphy->flags |= | 5781 | hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN; |
5782 | WIPHY_FLAG_CUSTOM_REGULATORY | WIPHY_FLAG_DISABLE_BEACON_HINTS | | 5782 | hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG | |
5783 | WIPHY_FLAG_IBSS_RSN; | 5783 | REGULATORY_DISABLE_BEACON_HINTS; |
5784 | 5784 | ||
5785 | /* | 5785 | /* |
5786 | * For now, disable PS by default because it affects | 5786 | * For now, disable PS by default because it affects |