commit | 22e66a4c15b063aee5d03991c4b9629a3b0c4556 | [log] [tgz] |
---|---|---|
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | Wed Aug 19 16:23:40 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:08 2009 -0400 |
tree | fd1ceba19ae5189374c951b41b4874d23385627c | |
parent | ff36041652fcb9f5c17bdbeb081414f69521f1af [diff] |
ath9k: Nuke struct ath9k_node_stats Other than ns_avgbrssi (Average beacon rssi) no data of ath9k_node_stats is being used anywhere. Nuke this structure and move its only useful member to ar5416Anistate. Also cleanup this redundant data in ath_softc. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>