mirror of
https://github.com/Nuand/bladeRF-wiphy.git
synced 2024-12-19 21:58:12 +00:00
Make DCF timer more aggressive
This commit is contained in:
parent
c201bac60f
commit
59e0289fe7
@ -158,7 +158,7 @@ begin
|
||||
future.sifs <= '1' ;
|
||||
end if ;
|
||||
else
|
||||
if( ( current.timer < current.cw_timer ) and tx_req = '1' ) then
|
||||
if( ( current.timer > current.cw_timer ) and tx_req = '1' ) then
|
||||
future.cw_mask <= '1' & current.cw_mask( 7 downto 1 ) ;
|
||||
end if ;
|
||||
future.fsm <= IDLE ;
|
||||
|
Loading…
Reference in New Issue
Block a user