Skip to content

Commit

Permalink
rtl8812au dbm bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 9, 2023
1 parent f584076 commit c9c3c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HelperSources/NonceSeqNrHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class NonceSeqNrHelper{
const auto diff=seq_nr-m_last_seq_nr;
if(diff>10000){
wifibroadcast::log::get_default()->warn("Unlikely high gap, diff {} last:{} new:{}",diff,m_last_seq_nr,seq_nr);
m_last_seq_nr=seq_nr;
return ;
}
if(diff>1){
Expand Down

0 comments on commit c9c3c46

Please sign in to comment.