mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4726c2fc9d
commit
1b7131eb54
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ func (w *WiFiModule) channelHopper() {
|
||||||
// more channels, therefore we need to increase the time
|
// more channels, therefore we need to increase the time
|
||||||
// we hop on each one otherwise me lose information
|
// we hop on each one otherwise me lose information
|
||||||
if len(w.frequencies) > 14 {
|
if len(w.frequencies) > 14 {
|
||||||
delay = delay * 2 * time.Millisecond
|
delay = delay * 2
|
||||||
}
|
}
|
||||||
|
|
||||||
frequencies := w.frequencies
|
frequencies := w.frequencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue