File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ hal_tsf_clear_soc_wakeup_request = 0x40000c60;
5252hal_get_tsf_time = 0x40000c64 ;
5353hal_get_sta_tsf = 0x40000c68 ;
5454ic_get_trc = 0x40000c74 ;
55- ic_mac_deinit = 0x40000c78 ;
55+ /* ic_mac_deinit = 0x40000c78; */
5656/* ic_mac_init = 0x40000c7c; */
5757ic_interface_enabled = 0x40000c80 ;
5858is_lmac_idle = 0x40000c84 ;
@@ -75,7 +75,7 @@ lmacRxDone = 0x40000cc4;
7575lmacSetTxFrame = 0x40000cc8 ;
7676lmacTxDone = 0x40000ccc ;
7777/* lmacTxFrame = 0x40000cd0;*/
78- lmacDisableTransmit = 0x40000cd4 ;
78+ /* lmacDisableTransmit = 0x40000cd4; */
7979lmacDiscardFrameExchangeSequence = 0x40000cd8 ;
8080lmacProcessCollision = 0x40000cdc ;
8181lmacProcessAckTimeout = 0x40000ce0 ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ hal_get_tsf_time = 0x40000bd0;
5050hal_get_sta_tsf = 0x40000bd4 ;
5151tsf_hal_get_tbtt_interval = 0x40000bd8 ;
5252ic_get_trc = 0x40000be4 ;
53- ic_mac_deinit = 0x40000be8 ;
53+ /* ic_mac_deinit = 0x40000be8; */
5454/* ic_mac_init = 0x40000bec; */
5555ic_interface_enabled = 0x40000bf0 ;
5656is_lmac_idle = 0x40000bf4 ;
@@ -73,7 +73,7 @@ lmacRxDone = 0x40000c34;
7373lmacSetTxFrame = 0x40000c38 ;
7474lmacTxDone = 0x40000c3c ;
7575/* lmacTxFrame = 0x40000c40;*/
76- lmacDisableTransmit = 0x40000c44 ;
76+ /* lmacDisableTransmit = 0x40000c44; */
7777lmacDiscardFrameExchangeSequence = 0x40000c48 ;
7878lmacProcessCollision = 0x40000c4c ;
7979lmacProcessAckTimeout = 0x40000c50 ;
You can’t perform that action at this time.
0 commit comments