From: Juuso Oikarinen Date: Fri, 19 Mar 2010 05:14:53 +0000 (+0200) Subject: mac80211: Add support for connection monitor in hardware X-Git-Tag: v2.6.35-rc1~473^2~671^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4dcd012423b6a28f968a55886d2b27896a1586;p=pandora-kernel.git mac80211: Add support for connection monitor in hardware This patch is based on a RFC patch by Kalle Valo. The wl1271 has a feature which handles the connection monitor logic in hardware, basically sending periodically nullfunc frames and reporting to the host if AP is lost, after attempting to recover by sending probe-requests to the AP. Add support to mac80211 by adding a new flag IEEE80211_HW_CONNECTION_MONITOR which prevents conn_mon_timer from triggering during idle periods, and prevents sending probe-requests to the AP if beacon-loss is indicated by the hardware. Cc: Kalle Valo Signed-off-by: Juuso Oikarinen Reviewed-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed