From: Juuso Oikarinen Date: Tue, 23 Mar 2010 07:02:34 +0000 (+0200) Subject: mac80211: Add support for connection quality monitoring X-Git-Tag: v2.6.35-rc1~473^2~671^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97c13c34509be460dea23c86f31c02daa2428b5;p=pandora-kernel.git mac80211: Add support for connection quality monitoring Add support for the set_cqm_config op. This op function configures the requested connection quality monitor rssi threshold and rssi hysteresis values to the hardware if the hardware supports IEEE80211_HW_SUPPORTS_CQM. For unsupported hardware, currently -EOPNOTSUPP is returned, so the mac80211 is currently not doing connection quality monitoring on the host. This could be added later, if needed. Signed-off-by: Juuso Oikarinen Reviewed-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed