commit | c327d96759ac134384114830e19ded80e29fdcc4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Nov 02 11:31:51 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 04 18:44:52 2009 -0500 |
tree | eb732010f645f90763735a42eebaaca3bce7f61f | |
parent | 450aae3d7b60a970f266349a837dfb30a539198b [diff] |
mac80211: fix internal scan request The internal scan request mac80211 uses to scan for IBSS networks was set up to contain no channels at all because n_channels wasn't set after setting up the channels array. Fix this to properly scan for networks. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>