[PATCH] mac80211: revamp interface and filter configuration
[linux-block.git] / drivers / net / wireless / rtl818x.h
index 283de30628e1fbc4969c5ca779586783f3824b09..880d4becae312b92de01681762c919ec44730824 100644 (file)
@@ -71,6 +71,7 @@ struct rtl818x_csr {
 #define RTL818X_RX_CONF_NICMAC         (1 <<  1)
 #define RTL818X_RX_CONF_MULTICAST      (1 <<  2)
 #define RTL818X_RX_CONF_BROADCAST      (1 <<  3)
+#define RTL818X_RX_CONF_FCS            (1 <<  5)
 #define RTL818X_RX_CONF_DATA           (1 << 18)
 #define RTL818X_RX_CONF_CTRL           (1 << 19)
 #define RTL818X_RX_CONF_MGMT           (1 << 20)