]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: Update bss beacon info in rtw_add_beacon()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 19 Jun 2014 09:37:24 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 20:08:50 +0000 (13:08 -0700)
commit74fa2c8175ae8b1f82ac9d480e184e3397514011
tree30dbdfdc519b5961f369218df3a6082b3e99af0d
parent02787a782c8a1ad7a57cc23959e95e7428c66f7a
staging: rtl8723au: Update bss beacon info in rtw_add_beacon()

Pull out the core info beacon_interval, capability, and tsf and update
cur_network.network with the info in rtw_add_beacon() instead of
relying on it being in ->IEs.

This will help later when getting rid of the beacon struct info from
->IEs and only carrying the actual IEs there.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c