From: Pavel Roskin Date: Thu, 21 Jul 2011 17:36:35 +0000 (-0400) Subject: ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210 X-Git-Tag: v3.1-rc1~255^2~14^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f3f45c4934d7e7dc266092debe88628d2cbb5d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed