staging: rtl8723au: Remove some unused 80211 header parsing macros
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 9 Jun 2014 13:16:23 +0000 (15:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 20:51:53 +0000 (13:51 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/ieee80211.h

index 7d22825db51083a38fe7c54f22966dfe8940db54..c2c57c7b233721ae903bcb826505cacad6202791 100644 (file)
@@ -219,20 +219,10 @@ struct ieee80211_snap_hdr {
 
 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr)
 
-#define WLAN_FC_GET_TYPE(fc)           (fc & IEEE80211_FCTL_FTYPE)
-#define WLAN_FC_GET_STYPE(fc)          (fc & IEEE80211_FCTL_STYPE)
-
-#define WLAN_QC_GET_TID(qc)            (qc & 0x0f)
-
-#define WLAN_GET_SEQ_FRAG(seq)         (seq & RTW_IEEE80211_SCTL_FRAG)
-#define WLAN_GET_SEQ_SEQ(seq)          (seq & RTW_IEEE80211_SCTL_SEQ)
-
-
 #define WLAN_REASON_JOIN_WRONG_CHANNEL       65534
 #define WLAN_REASON_EXPIRATION_CHK 65535
 
 
-
 #define IEEE80211_STATMASK_SIGNAL (1<<0)
 #define IEEE80211_STATMASK_RSSI (1<<1)
 #define IEEE80211_STATMASK_NOISE (1<<2)