Changes between Version 4 and Version 5 of 802.11/MAC/Lower
- Timestamp:
- Aug 10, 2015, 1:22:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
802.11/MAC/Lower
v4 v5 13 13 Processing in the lower level MAC is divided across two resources: 14 14 * The C code in the CPU Low MicroBlaze core (wlan_mac_dcf.c) 15 * The wlan_mac_dcf_hw core in the FPGA fabric (wlan_mac_dcf_hw.mdl)15 * The MAC support core in the FPGA fabric 16 16 17 The C code interfaces with the upper layer MAC via the inter-processor mailbox and accesses the Tx/Rx PHY via the wlan_mac_dcf_hwcore.17 The C code interfaces with the upper layer MAC via the inter-processor mailbox and accesses the Tx/Rx PHY via the MAC support core. 18 18 19 The wlan_mac_dcf_hwcore connects directly to the Tx/Rx PHY control and status signals. It also implements the timers and state machines required to meet the 802.11 channel access timing requirements. The core is controlled from the lower level MAC C code.19 The MAC support core connects directly to the Tx/Rx PHY control and status signals. It also implements the timers and state machines required to meet the 802.11 channel access timing requirements. The core is controlled from the lower level MAC C code.