diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-03-05 10:38:59 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:03:01 -0500 |
commit | 6c5ef8a7059e4f7adc37b337face8b0a8cbd4f48 (patch) | |
tree | ef7aba9bc8dccede36275bfb2988012d7d2a7cf6 /include/net/mac80211.h | |
parent | b716bb918f8f7967e361770eb1545d2b4bcffc26 (diff) |
mac80211: document IEEE80211_TXCTL_OFDM_HT
This patch clarifies the use of IEEE80211_TXCTL_OFDM_HT flag.
Can by united with patch "mac80211: adding mac80211_tx_control
flags and HT flags"
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index cde1b4953534..5ab6a350ee6d 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -229,7 +229,11 @@ struct ieee80211_bss_conf { | |||
229 | * @IEEE80211_TXCTL_EAPOL_FRAME: internal to mac80211 | 229 | * @IEEE80211_TXCTL_EAPOL_FRAME: internal to mac80211 |
230 | * @IEEE80211_TXCTL_SEND_AFTER_DTIM: send this frame after DTIM beacon | 230 | * @IEEE80211_TXCTL_SEND_AFTER_DTIM: send this frame after DTIM beacon |
231 | * @IEEE80211_TXCTL_AMPDU: this frame should be sent as part of an A-MPDU | 231 | * @IEEE80211_TXCTL_AMPDU: this frame should be sent as part of an A-MPDU |
232 | * @IEEE80211_TXCTL_OFDM_HT: this frame can be sent in HT OFDM rates | 232 | * @IEEE80211_TXCTL_OFDM_HT: this frame can be sent in HT OFDM rates. number |
233 | * of streams when this flag is on can be extracted | ||
234 | * from antenna_sel_tx, so if 1 antenna is marked | ||
235 | * use SISO, 2 antennas marked use MIMO, n antennas | ||
236 | * marked use MIMO_n. | ||
233 | * @IEEE80211_TXCTL_GREEN_FIELD: use green field protection for this frame | 237 | * @IEEE80211_TXCTL_GREEN_FIELD: use green field protection for this frame |
234 | * @IEEE80211_TXCTL_40_MHZ_WIDTH: send this frame using 40 Mhz channel width | 238 | * @IEEE80211_TXCTL_40_MHZ_WIDTH: send this frame using 40 Mhz channel width |
235 | * @IEEE80211_TXCTL_DUP_DATA: duplicate data frame on both 20 Mhz channels | 239 | * @IEEE80211_TXCTL_DUP_DATA: duplicate data frame on both 20 Mhz channels |