Skip to content

Commit

Permalink
refactor out wifibroadcast::WifiCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Sep 13, 2023
1 parent b59d75c commit 24943e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WBTxRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class WBTxRx {
std::vector<PcapTxRx> m_pcap_handles;
// temporary
std::mutex m_tx_mutex;
std::mutex m_tx_radiotap_header_mutex;
bool keep_receiving= true;
int m_n_receiver_errors=0;
std::unique_ptr<std::thread> m_receive_thread;
Expand Down

0 comments on commit 24943e2

Please sign in to comment.