ath9k_hw: Add capability flag for Antenna diversity and combining feature
This is enabled only for ar9285. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
7a374d8eeb
commit
754dc53641
@@ -204,6 +204,7 @@ enum ath9k_hw_caps {
|
||||
ATH9K_HW_CAP_FASTCLOCK = BIT(20),
|
||||
ATH9K_HW_CAP_SGI_20 = BIT(21),
|
||||
ATH9K_HW_CAP_PAPRD = BIT(22),
|
||||
ATH9K_HW_CAP_ANT_DIV_COMB = BIT(23),
|
||||
};
|
||||
|
||||
struct ath9k_hw_capabilities {
|
||||
|
Reference in New Issue
Block a user