From: David Gnedt Date: Sun, 30 Jan 2011 19:11:00 +0000 (+0100) Subject: wl1251: implement connection quality monitoring X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df2ad6061ebeb2f47333e37696578b936c457fa4;p=pandora-kernel.git wl1251: implement connection quality monitoring Implement connection quality monitoring similar to the wl1271 driver. It triggers ieee80211_cqm_rssi_notify with the corresponding event when RSSI drops blow RSSI threshold or rises again above the RSSI threshold. It should be noted that wl1251 doesn't support RSSI hysteresis, instead it uses RSSI averageing and delays events until a certain count of frames proved RSSI change. Signed-off-by: David Gnedt Acked-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed