author | mickeyl <mickeyl> | 2003-10-02 19:52:17 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-02 19:52:17 (UTC) |
commit | 0a9b6ef6ef6fd8d06d420fc25e8a67545815dc39 (patch) (unidiff) | |
tree | 31d9aa2694b2275303cea430934924cd8748dfa5 | |
parent | a5622a23c3083e1ff8a526713aed6a36aaf7a5bd (diff) | |
download | opie-0a9b6ef6ef6fd8d06d420fc25e8a67545815dc39.zip opie-0a9b6ef6ef6fd8d06d420fc25e8a67545815dc39.tar.gz opie-0a9b6ef6ef6fd8d06d420fc25e8a67545815dc39.tar.bz2 |
add note to self to look about automatic channel switching with wlan-ng devices
-rw-r--r-- | libopie2/opienet/onetwork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opienet/onetwork.cpp b/libopie2/opienet/onetwork.cpp index 751d841..1f529d2 100644 --- a/libopie2/opienet/onetwork.cpp +++ b/libopie2/opienet/onetwork.cpp | |||
@@ -934,6 +934,7 @@ QString OWlanNGMonitoringInterface::name() const | |||
934 | void OWlanNGMonitoringInterface::setChannel( int ) | 934 | void OWlanNGMonitoringInterface::setChannel( int ) |
935 | { | 935 | { |
936 | // wlan-ng devices automatically switch channels when in monitor mode | 936 | // wlan-ng devices automatically switch channels when in monitor mode |
937 | // NOTE: The above note no longer seems to be true for recent driver versions! | ||
937 | } | 938 | } |
938 | 939 | ||
939 | 940 | ||