Add support for AR9280 from FreeBSD HAL
[madwifi/.git] / ath_hal / ah_osdep.h
index d515a872e3c3ca678b5dc561de00d1b19ab195fa..bd5a3c4414dadde024d5760a8fbc1a966e57e82d 100644 (file)
@@ -64,6 +64,7 @@ struct ath_hal_chip *AR5212_chip_ptr __attribute__((__weak__));       \
 struct ath_hal_chip *AR5312_chip_ptr __attribute__((__weak__));        \
 struct ath_hal_chip *AR5416_chip_ptr __attribute__((__weak__));        \
 struct ath_hal_chip *AR9160_chip_ptr __attribute__((__weak__));        \
+struct ath_hal_chip *AR9280_chip_ptr __attribute__((__weak__));        \
 struct ath_hal_chip *const *ah_chips_ptrs[] = {                        \
        &AR5210_chip_ptr,                                       \
        &AR5211_chip_ptr,                                       \
@@ -71,6 +72,7 @@ struct ath_hal_chip *const *ah_chips_ptrs[] = {                       \
        &AR5312_chip_ptr,                                       \
        &AR5416_chip_ptr,                                       \
        &AR9160_chip_ptr,                                       \
+       &AR9280_chip_ptr,                                       \
        NULL                                                    \
 }