]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wl12xx/wl18xx: scan all 5ghz channels
authorEliad Peller <eliad@wizery.com>
Tue, 7 May 2013 12:41:09 +0000 (15:41 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 5 Jun 2013 14:42:27 +0000 (10:42 -0400)
commit9e5213f01c33667e60fdfb04b344e62ccb3279e8
tree57eeddcbf668f2f55141870721874db6fb7d1539
parent5f67939d634263499a9aaf68979561c51f3dbdc7
wl12xx/wl18xx: scan all 5ghz channels

Due to a typo, the current code copies only sizeof(cmd->channels_2)
bytes, which is smaller than the correct sizeof(cmd->channels_5)
size, resulting in a partial scan (some channels are skipped).

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ti/wl12xx/scan.c
drivers/net/wireless/ti/wl18xx/scan.c