X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=net80211%2Fieee80211_monitor.h;fp=net80211%2Fieee80211_monitor.h;h=5bc0d6d762421e02efd4d6cd6a7cc11bef90c515;hb=91fcb5214de6b5b3c2351b8f680fc4f3b9886912;hp=ce77d9202f9c9ead353cb87d55746d7c217a15ce;hpb=45c427d337fd769e70c34d768471f91459f36f10;p=madwifi%2F.git diff --git a/net80211/ieee80211_monitor.h b/net80211/ieee80211_monitor.h index ce77d92..5bc0d6d 100644 --- a/net80211/ieee80211_monitor.h +++ b/net80211/ieee80211_monitor.h @@ -131,7 +131,6 @@ struct ath_rx_radiotap_header { (1 << IEEE80211_RADIOTAP_TSFT) | \ (1 << IEEE80211_RADIOTAP_FLAGS) | \ (1 << IEEE80211_RADIOTAP_RATE) | \ - (1 << IEEE80211_RADIOTAP_DBM_TX_POWER) | \ (1 << IEEE80211_RADIOTAP_ANTENNA) | \ (1 << IEEE80211_RADIOTAP_TX_FLAGS) | \ (1 << IEEE80211_RADIOTAP_DATA_RETRIES) | \ @@ -142,8 +141,8 @@ struct ath_tx_radiotap_header { __le64 wt_tsft; u_int8_t wt_flags; u_int8_t wt_rate; - u_int8_t wt_txpower; u_int8_t wt_antenna; + u_int8_t wt_pad; /* Padding to ensure txflags is aligned */ __le16 wt_txflags; u_int8_t wt_dataretries; }__attribute__((__packed__));