Changes between Version 3 and Version 4 of 802.11/wlan_exp/Porting_v1.5


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

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/Porting_v1.5

    v3 v4  
    5757
    5858
     59{{{#!th
     60'''wlan_exp v1.4'''
     61}}}
     62{{{#!th
     63'''wlan_exp v1.5'''
     64}}}
     65|-------------------
    5966{{{#!td
    6067{{{#!python
    61 # wlan_exp v1.4
    62 
    6368# Select RF B for all Tx
    64 m_tx = wlan_exp_util.wlan_tx_ant_mode[0]
     69m_tx = wlan_exp_util.wlan_tx_ant_mode[1]
    6570n.set_tx_ant_mode_unicast(m, curr_assoc=True, new_assoc=True)
    6671n.set_tx_ant_mode_multicast_data(m, curr_assoc=True, new_assoc=True)
     
    6873
    6974# Select RF B for all Rx
    70 m_rx = wlan_exp_util.wlan_rx_ant_mode[0]
     75m_rx = wlan_exp_util.wlan_rx_ant_mode[1]
    7176n.set_rx_ant_mode(m_rx)
    7277}}}
     
    7479{{{#!td
    7580{{{#!python
    76 # wlan_exp v1.5
    77 
    7881# Select RF B for all Tx and Rx
    7982n.set_tx_ant_mode('RF_B')