|
@@ -1154,7 +1154,7 @@ struct iwl_wep_cmd {
|
|
|
#define RX_RES_PHY_FLAGS_MOD_CCK_MSK cpu_to_le16(1 << 1)
|
|
|
#define RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK cpu_to_le16(1 << 2)
|
|
|
#define RX_RES_PHY_FLAGS_NARROW_BAND_MSK cpu_to_le16(1 << 3)
|
|
|
-#define RX_RES_PHY_FLAGS_ANTENNA_MSK cpu_to_le16(0xf0)
|
|
|
+#define RX_RES_PHY_FLAGS_ANTENNA_MSK 0xf0
|
|
|
#define RX_RES_PHY_FLAGS_ANTENNA_POS 4
|
|
|
|
|
|
#define RX_RES_STATUS_SEC_TYPE_MSK (0x7 << 8)
|