mwifiex: add set_cqm_rssi_config handler support
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 16 Mar 2012 03:51:51 +0000 (20:51 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Apr 2012 20:06:00 +0000 (16:06 -0400)
commitfa444bf88ce2ba17d24dd0bb279e3106acf86bed
tree010f901a998aa5856cb2062fb4eec0cd81f98372
parent7013d3e267ef41b3dfdfedbbe6c3d3e666f0f138
mwifiex: add set_cqm_rssi_config handler support

In this handler LOW_RSSI and HIGH_RSSI events are subscribed
to FW using provided threshold value so that FW will monitor
connection quality and trigger any of these events.

Driver will notify cfg80211 about connection quality based on
inputs from FW and provided hysteresis.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/fw.h
drivers/net/wireless/mwifiex/ioctl.h
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/sta_cmd.c
drivers/net/wireless/mwifiex/sta_cmdresp.c
drivers/net/wireless/mwifiex/sta_event.c
This page took 0.037869 seconds and 5 git commands to generate.