|
@@ -20235,8 +20235,13 @@ typedef struct {
|
|
|
A_UINT32 emlsr_trans_delay_us;
|
|
|
/** eMLSR padding delay in microseconds */
|
|
|
A_UINT32 emlsr_padding_delay_us;
|
|
|
- /** Medium Synchronization Duration in microseconds */
|
|
|
- A_UINT32 msd_dur_us;
|
|
|
+ union {
|
|
|
+ /** Medium Synchronization Duration field in units of 32 microseconds */
|
|
|
+ A_UINT32 msd_dur_subfield;
|
|
|
+ /** DEPRECATED - DO NOT USE.
|
|
|
+ * Medium Synchronization Duration in microseconds */
|
|
|
+ A_UINT32 msd_dur_us;
|
|
|
+ };
|
|
|
/** Medium Synchronization OFDM ED Threshold */
|
|
|
A_UINT32 msd_ofdm_ed_thr;
|
|
|
/** Medium Synchronization Max Num of TXOPs */
|