correct MIMO power save action frame format;

this one really is from the D2.04 spec

MFC after:	3 days
This commit is contained in:
sam 2007-11-14 21:28:48 +00:00
parent 4b290fe097
commit 48737e6e4f

View File

@ -326,10 +326,16 @@ struct ieee80211_action_ht_txchwidth {
/* HT - MIMO Power Save (NB: D2.04) */
struct ieee80211_action_ht_mimopowersave {
struct ieee80211_action am_header;
uint8_t am_enable;
uint8_t am_mode;
uint8_t am_control;
} __packed;
#define IEEE80211_A_HT_MIMOPWRSAVE_ENA 0x01 /* PS enabled */
#define IEEE80211_A_HT_MIMOPWRSAVE_MODE 0x02
#define IEEE80211_A_HT_MIMOPWRSAVE_MODE_S 1
#define IEEE80211_A_HT_MIMOPWRSAVE_DYNAMIC 0x02 /* Dynamic Mode */
#define IEEE80211_A_HT_MIMOPWRSAVE_STATIC 0x00 /* no SM packets */
/* bits 2-7 reserved */
/* Block Ack actions */
#define IEEE80211_ACTION_BA_ADDBA_REQUEST 0 /* ADDBA request */
#define IEEE80211_ACTION_BA_ADDBA_RESPONSE 1 /* ADDBA response */