[9610] wlbt : Initialization of Newly Introduced cfg80211_roam_info structure from...
authorMohit Ghuley <mohit.ghuley@samsung.com>
Tue, 3 Jul 2018 12:42:02 +0000 (18:12 +0530)
committerWooyeon Kim <wooy88.kim@samsung.com>
Fri, 6 Jul 2018 01:43:21 +0000 (10:43 +0900)
commit5e5a76a54c69eff285782a27031c3932465a4f12
tree944340d54eec12cec910ed035880a6690f7f1622
parenta00904f1035ecf6f443b4dc18ccffbbb87792621
[9610] wlbt : Initialization of Newly Introduced cfg80211_roam_info structure from Kernel 4.12.0.

From Kernel 4.12.0, a new structure named cfg80211_roam_info
has been introduced in CFG.
cfg80211_roam_info structure is passed in cfg80211_roamed()
API call from Driver.

But, While initializing this structure in SLSI Wifi Driver,
sta_bss info should not be populated, because the new roamed
sta_bss info is retrieved later via cfg80211_get_bss() API
call from sme.

Change-Id: I65d6cf4de6f67ef055f7051c1e89278a6e11a692
SCSC-Bug-Id:SSB-41479
Signed-off-by: Mohit Ghuley <mohit.ghuley@samsung.com>
drivers/net/wireless/scsc/rx.c