commit | c5f3f45c4934d7e7dc266092debe88628d2cbb5d | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Thu Jul 21 13:36:35 2011 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 22 09:51:15 2011 -0400 |
tree | ed1989172868b2e86f34064abcca1887b998bb9f | |
parent | fabba0480637add5411b1dc59603cc71e3505a69 [diff] |
ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210 There are only two capabilities we need, and both are trivial to find. ath5k_hw_hasbssidmask() is true on AR5212, but not on AR5210 or AR5211. ath5k_hw_hasveol() is true on AR5211 and AR5212, but not on AR5210, according to the HAL source. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>