cfg80211: fix regression on beacon world roaming feature
[linux-block.git] / drivers / net / wireless / iwlwifi / iwl3945-base.c
index 2f50ab60bfdf801bb90cd9810f27963b9b906857..523843369ca2477154b7274404b719bbd15510ed 100644 (file)
@@ -3968,6 +3968,9 @@ static int iwl3945_setup_mac(struct iwl_priv *priv)
 
        hw->wiphy->custom_regulatory = true;
 
+       /* Firmware does not support this */
+       hw->wiphy->disable_beacon_hints = true;
+
        hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
        /* we create the 802.11 header and a zero-length SSID element */
        hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;