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)
commitb8b3ecec91f106e2f26ac2e24dcda21f63336286
treedfc3a11fd66bd7cb625926c3ad185a930c29f8fb
parentf25b14315e8084efbcc5c672cec8ee1f691dc2fd
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