commit | 0ca54f6c5fd4ce58aa044d1fc7f00d7f6cf2801c | [log] [tgz] |
---|---|---|
author | Marek Puzyniak <marek.puzyniak@tieto.com> | Wed Apr 10 13:19:13 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 10 20:24:18 2013 +0200 |
tree | c28fc0f42e866621bab9a7745ea1e2ee76b74c3a | |
parent | a21a4d3e8ad4d513f5a6eefc91510febb205f601 [diff] |
mac80211: provide SSID in IBSS mode Some drivers need SSID in AP and IBSS mode. AP SSID is provided through BSS_CHANGED_SSID notification. There was no easy way to do the same for IBSS. In IBSS mode SSID is known but was not stored in BSS configuration. Extend the AP-mode functionality to also work in IBSS mode. Signed-off-by: Marek Puzyniak <marek.puzyniak@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>