misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-08-02 17:04:06 +02:00
commit 4d8270fe82
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -49,7 +49,7 @@ func (w *WiFiModule) channelHopper() {
channel = w.stickChan
}
log.Info("Hopping on channel %d", channel)
log.Debug("Hopping on channel %d", channel)
w.chanLock.Lock()
if err := network.SetInterfaceChannel(w.Session.Interface.Name(), channel); err != nil {