public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [Query] Update mac80211 BSS info from cfg8011_bss_inform_frame when hw_scan is enabled
@ 2013-11-15 19:49 Krishna Chaitanya
  2013-11-17  9:16 ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Krishna Chaitanya @ 2013-11-15 19:49 UTC (permalink / raw)
  To: linux-wireless, Johannes Berg

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-18 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15 19:49 [Query] Update mac80211 BSS info from cfg8011_bss_inform_frame when hw_scan is enabled Krishna Chaitanya
2013-11-17  9:16 ` Johannes Berg
2013-11-17 13:13   ` Krishna Chaitanya
2013-11-18 13:01     ` Johannes Berg
2013-11-18 16:22       ` Krishna Chaitanya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox