Hi, For chip sets that set IEEE80211_HW_CONNECTION_MONITOR hw_scan the hardware does the scan and maintains the connection. So some HW's might drop the probe responses and beacons as they are not required by the mac80211. In those scenarios, the rate control module minstrel_ht called from prep_connection throws a warning (in rate_control_send_low) because "supp_rates" is not set, since scan results are updated through "cfg8011_bss_inform_frame" which doesn't call "ieee80211_bss_info_update'. How do we handle such scenarios? Does the cfg80211 need to update the bss information in mac80211? -- Thanks, Regards, Chaitanya T K. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html