]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Store own address in BSS
authorJohannes Berg <johannes.berg@intel.com>
Sat, 10 Dec 2011 09:56:31 +0000 (11:56 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Dec 2011 09:56:31 +0000 (11:56 +0200)
commit341eebee38127113e5ba69fc07db849231f89e8b
treee210c700c15f08d24b6b9109149070700abdaa82
parent505a36941ef559e7f911102b593d9f0c0ff29fb1
nl80211: Store own address in BSS

Storing the address in the BSS instead of the DRV struct makes it usable
for hostapd and thus gets rid of the linux_get_ifhwaddr() call when
receiving a spurious frame.

Signed-hostap: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c