commit | 415ec61b66198f93962b76107f3324571475a3e2 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Tue Dec 24 10:44:25 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 03 15:36:58 2014 -0500 |
tree | 7ab89ba603e5e92095b9f4223eb0b51b34a19a16 | |
parent | 6549a8606d0a6cc45d0984893c859a6161c227b7 [diff] |
ath9k: Remove RX Poll This patch removes the convoluted and hacky method of monitoring for connectivity. We rely on mac80211's connection loss logic and doing it in the driver is not necessary. The HW check for MAC/BB hangs is also simplified, there is no need to have a separate work instance for it. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>