]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Store frequency in bss struct
authorJohannes Berg <johannes.berg@intel.com>
Sat, 3 Dec 2011 17:55:22 +0000 (19:55 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 17:55:22 +0000 (19:55 +0200)
commite4fb21676972952b5434e8c2a049e239d457abe6
tree3ba635650a6ccdf9a0df1926f04b4ca97ccefb63
parent3fd1cefb812762ebb796d3b1eb05f5748a0c9045
nl80211: Store frequency in bss struct

Storing the frequency in the bss struct allows using it for frame
commands in AP mode and not relying on the driver struct as much, which
is good for hostapd mode.

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