]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: change beacon parameter structure
authorAmitkumar Karwar <akarwar@marvell.com>
Sat, 8 Feb 2014 00:23:34 +0000 (16:23 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Feb 2014 20:36:11 +0000 (15:36 -0500)
commitc8f0f02d4b692da3843b68df0769e2e738a36ce5
treedfc3a11fd66bd7cb625926c3ad185a930c29f8fb
parent08ea836c7d0e95051613aa344aa158e681999c34
mwifiex: change beacon parameter structure

'mwifiex_bcn_param' structure contains five parameters which
are present in beacon buffer in case of legacy scan.

'rssi' field won't be there in this buffer for extended scan.
Hence 'bssid' and 'rssi' are removed from the structure and it is
renamed as 'mwifiex_fixed_bcn_param' so that we can have common
parsing logic later for both.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/fw.h
drivers/net/wireless/mwifiex/scan.c