First change reverts one of our earlier patch, which did change the hardware info stored in driver. Second patch improves the first(reverted) patch. Third change adds a new command, which fixes an issue with get_channel implementation. Three patches needed to make sure the driver association are working as expected. Ganapathi Bhat (3): Revert "mwifiex: fix incorrect ht capability problem" mwifiex: fix incorrect ht capability problem mwifiex: get_channel from firmware drivers/net/wireless/marvell/mwifiex/11n.c | 30 ++++++++++++ drivers/net/wireless/marvell/mwifiex/cfg80211.c | 40 ++++++++++------ drivers/net/wireless/marvell/mwifiex/decl.h | 17 +++++++ drivers/net/wireless/marvell/mwifiex/fw.h | 7 +++ drivers/net/wireless/marvell/mwifiex/main.h | 16 ++++++- drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 22 +++++++++ drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | 19 ++++++++ drivers/net/wireless/marvell/mwifiex/sta_ioctl.c | 56 +++++----------------- 8 files changed, 148 insertions(+), 59 deletions(-) -- 1.9.1