]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/ath/ath.h
ath9k_htc: Cleanup device identification
[mv-sheeva.git] / drivers / net / wireless / ath / ath.h
index 272dfef254531fb954b6dcb68d31cde15d31a263..3eb95e268f03798f07ce7c462888aa81e7b29d5c 100644 (file)
@@ -104,11 +104,6 @@ enum ath_cipher {
        ATH_CIPHER_MIC = 127
 };
 
-enum ath_drv_info {
-       AR7010_DEVICE           = BIT(0),
-       AR9287_DEVICE           = BIT(1),
-};
-
 /**
  * struct ath_ops - Register read/write operations
  *
@@ -153,7 +148,6 @@ struct ath_common {
        u8 rx_chainmask;
 
        u32 rx_bufsize;
-       u32 driver_info;
 
        u32 keymax;
        DECLARE_BITMAP(keymap, ATH_KEYMAX);