Changes between Version 13 and Version 14 of 802.11/MAC/Support_HW


Ignore:
Timestamp:
Apr 18, 2016, 10:45:45 AM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Support_HW

    v13 v14  
    175175//  preWait_postTxTimer1: param for FSM, must be 0 or 1
    176176//  postWait_postTxTimer2: param for FSM, must be 0 or 1
    177 wlan_mac_tx_ctrl_A_params(pktBuf, antMask, preTx_backoff_slots, preWait_postRxTimer1, preWait_postTxTimer1, postWait_postTxTimer2);
     177//  phy_mode: Tx PHY mode, 1 for NONHT, 2 for HTMF
     178wlan_mac_tx_ctrl_A_params(pktBuf, antMask, preTx_backoff_slots, preWait_postRxTimer1, preWait_postTxTimer1, postWait_postTxTimer2, phy_mode);
    178179}}}
    179180
     
    279280//  preWait_postRxTimer2: param for FSM, must be 0 or 1
    280281//  preWait_postTxTimer1: param for FSM, must be 0 or 1
    281 wlan_mac_tx_ctrl_B_params(pktBuf, antMask, req_zeroNAV, preWait_postRxTimer1, preWait_postRxTimer2, preWait_postTxTimer1);
     282//  phy_mode: Tx PHY mode, 1 for NONHT, 2 for HTMF
     283wlan_mac_tx_ctrl_B_params(pktBuf, antMask, req_zeroNAV, preWait_postRxTimer1, preWait_postRxTimer2, preWait_postTxTimer1, phy_mode);
    282284}}}
    283285