ath5k: remove unused and write-only structures and fields
[cascardo/linux.git] / drivers / net / wireless / ath / ath5k / base.h
index a81f28d..375df84 100644 (file)
@@ -43,7 +43,6 @@
 
 #include <linux/interrupt.h>
 #include <linux/list.h>
-#include <linux/wireless.h>
 #include <linux/if_ether.h>
 #include <linux/rfkill.h>
 #include <linux/workqueue.h>
@@ -65,7 +64,6 @@ struct ath5k_vif {
        enum nl80211_iftype     opmode;
        int                     bslot;
        struct ath5k_buf        *bbuf; /* beacon buffer */
-       u8                      lladdr[ETH_ALEN];
 };
 
 struct ath5k_vif_iter_data {