wil6210: fix update SSID when changing beacon
The change_beacon cfg80211 operation can be used to change
the SSID by specifying a different SSID in the probe response
and association response IEs. However the current driver
implementation does not update the firmware properly,
as a result it causes association requests to fail.
Fix this by extracting the SSID from the probe response IE
and if it was changed, update the firmware properly.
Change-Id: I8513c315b02b79bd2e29826672fd53b3a56ded91
Signed-off-by:
Lior David <liord@codeaurora.org>
Loading
Please register or sign in to comment