commit | d4659912b557e9f68c0ad8be14e2cafd3210dd16 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Oct 14 16:02:39 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 15 15:48:45 2010 -0400 |
tree | 5bd3dbc2b7ba736ff1dc0717154e7b592a22c32f | |
parent | 4e9900180eb72b3b22fc9742999045b11607eb24 [diff] |
ath9k_hw: remove enum wireless_mode and its users The wireless mode bitfield was only used to detect 2.4 and 5 GHz support, which can be simplified by using ATH9K_HW_CAP_* capabilities. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>