Changes between Version 12 and Version 13 of 802.11/app_notes/FDD-NoMAC


Ignore:
Timestamp:
Feb 15, 2017, 11:17:42 AM (7 years ago)
Author:
chunter
Comment:

--

Legend:

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

    v12 v13  
    164164}}}
    165165
    166 Next, we will update the ```frame_transmit()``` function such that it immediately returns after submitting the packet to the MAC Tx Controller rather than wait for the PHY to finish. Replace ```frame_transmit()``` with the following:
     166Next, we will update the {{{frame_transmit()}}} function such that it immediately returns after submitting the packet to the MAC Tx Controller rather than wait for the PHY to finish. Replace {{{frame_transmit()}}} with the following:
    167167
    168168{{{#!c