commit 30cbbf781ec11d88d4ccc73b4cca977891289dbb Author: Jiri Slaby Date: Tue Jul 24 08:56:56 2007 +0200 add ath5k_hw_hasveol diff --git a/ath.h b/ath.h index c616a3e..b83ec04 100644 --- a/ath.h +++ b/ath.h @@ -221,5 +221,7 @@ struct ath_softc { #define ath5k_hw_hasbssidmask(_ah) \ (ath5k_hw_get_capability(_ah, AR5K_CAP_BSSIDMASK, 0, NULL) == 0) +#define ath5k_hw_hasveol(_ah) \ + (ath5k_hw_get_capability(_ah, AR5K_CAP_VEOL, 0, NULL) == 0) #endif