X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath%2Fif_ath_hal_extensions.h;h=bfc1aacdedea13dd12b1a525773976bc88f94510;hb=c6569661e405fcd2f579ad3c4addeaa50f458e47;hp=b9ee1375ad301e90893e3e8c5f90d4f18e0a5e12;hpb=b327291039f574a1a640e9552d5dc4b5c882970a;p=madwifi%2F.git diff --git a/ath/if_ath_hal_extensions.h b/ath/if_ath_hal_extensions.h index b9ee137..bfc1aac 100644 --- a/ath/if_ath_hal_extensions.h +++ b/ath/if_ath_hal_extensions.h @@ -236,6 +236,8 @@ struct ath5k_srev_name { #define AR5K_SREV_VER_AR5416 0xc0 /* PCI-E */ #define AR5K_SREV_VER_AR5418 0xca /* PCI-E */ #define AR5K_SREV_VER_AR2425 0xe2 /* PCI-E */ +#define AR5K_SREV_VER_AR9160 0x400 +#define AR5K_SREV_VER_AR9280 0x800 #define AR5K_SREV_RAD_5110 0x00 #define AR5K_SREV_RAD_5111 0x10 @@ -268,7 +270,7 @@ enum ath5k_dmasize { int ath_set_ack_bitrate(struct ath_softc *sc, int); -int ar_device(int devid); +int ar_device(struct ath_softc *sc); const char * ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val); void ath_hw_beacon_stop(struct ath_softc *sc); int ath_hw_check_atim(struct ath_softc *sc, int window, int intval);