git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fabba04
)
ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210
author
Pavel Roskin
<proski@gnu.org>
Thu, 21 Jul 2011 17:36:35 +0000
(13:36 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 22 Jul 2011 13:51:15 +0000
(09:51 -0400)
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>
No differences found