Re: [1/2] mwifiex: do not use random MAC for pre-association scanning

2017-08-17 Thread Kalle Valo
Ganapathi Bhat wrote: > Driver should use random MAC address only if the scan is > requested by user(provided NL80211_SCAN_FLAG_RANDOM_ADDR > is set in scan request). It should not be used for a scan > performed before association. > > Signed-off-by: Ganapathi Bhat

[PATCH 1/2] mwifiex: do not use random MAC for pre-association scanning

2017-08-10 Thread Ganapathi Bhat
Driver should use random MAC address only if the scan is requested by user(provided NL80211_SCAN_FLAG_RANDOM_ADDR is set in scan request). It should not be used for a scan performed before association. Signed-off-by: Ganapathi Bhat ---