1 #ifndef __RTL_COMPAT_H__
2 #define __RTL_COMPAT_H__
4 #define RX_FLAG_MACTIME_MPDU RX_FLAG_MACTIME_START
5 #define IEEE80211_KEY_FLAG_SW_MGMT IEEE80211_KEY_FLAG_SW_MGMT_TX
7 struct ieee80211_mgmt_compat
{
23 } __attribute__ ((packed
)) wme_action
;
30 } __attribute__((packed
)) addba_req
;
37 } __attribute__((packed
)) addba_resp
;
42 } __attribute__((packed
)) delba
;
45 /* capab_info for open and confirm,
49 /* Followed in plink_confirm by status
50 * code, AID and supported rates,
51 * and directly by supported rates in
52 * plink_open and plink_close
55 } __attribute__((packed
)) plink_action
;
59 } __attribute__((packed
)) mesh_action
;
63 } __attribute__ ((packed
)) ht_smps
;
65 } __attribute__ ((packed
)) action
;
67 } __attribute__ ((packed
));