Changes between Version 9 and Version 10 of 802.11/app_notes/FDD-NoMAC


Ignore:
Timestamp:
Feb 15, 2017, 10:07:15 AM (7 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/app_notes/FDD-NoMAC

    v9 v10  
    140140        // Tune the RF B interface to channel 36
    141141        radio_controller_setRadioParam(RC_BASEADDR, RC_RFB, RC_PARAMID_TXGAIN_BB, 3);
    142         radio_controller_setCenterFrequency(RC_BASEADDR, RC_RFB, mac_param_band, wlan_mac_low_wlan_chan_to_rc_chan(36));
     142        radio_controller_setCenterFrequency(RC_BASEADDR, RC_RFB, RC_5GHZ, wlan_mac_low_wlan_chan_to_rc_chan(36));
    143143    } else {
    144144        xil_printf("Invalid channel selection %d\n", mac_param_chan);