net: wireless: bcmdhd: Remove WIPHY_FLAG_SUPPORTS_FW_ROAM flag
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 22 Aug 2012 23:09:09 +0000 (16:09 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Thu, 23 Aug 2012 18:33:16 +0000 (11:33 -0700)
commiteca0e767ef4c74bd0b6ad6a7384fa2869a2a96b9
tree16e686f873ab33d8b700a8a584f166df6781ac20
parent50701ac7b937f54b689af49de116c9cbd41b0286
net: wireless: bcmdhd: Remove WIPHY_FLAG_SUPPORTS_FW_ROAM flag

If driver advertises FW_ROAM, the supplicant wouldn't send
the BSSID & Freq in the connect command allowing the driver
to choose the AP to connect to. But unless we support ROAM_CACHE
in firware this will delay the ASSOC as the FW need to do a full
scan before attempting to connect.

Change-Id: Iebc88a60243196b9ad27b8302f2b1473710308f6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/wl_cfg80211.c