wl12xx: disable 11a channels when wl->enable_11a is known
authorLuciano Coelho <luciano.coelho@nokia.com>
Fri, 3 Dec 2010 15:05:40 +0000 (17:05 +0200)
committerLuciano Coelho <luciano.coelho@nokia.com>
Wed, 15 Dec 2010 13:00:00 +0000 (15:00 +0200)
commitfb6a6819fad0d71b47577a51709440a9f8441f0a
treeef0b24de2db091f60e9f2d58b4a06894d8203550
parent1036dc169f4cc6e5b753b1596d285d1cc3311a23
wl12xx: disable 11a channels when wl->enable_11a is known

Disabling the 11a channels when not supported in the reg_notify function was
not working as it should, because when the driver is initiailizing (and
registering itself with mac80211), it would get the reg notification too
early.  At that point the driver wouldn't have received the NVS yet, so it
wouldn't know whether 11a was supported.

To fix this, we disable 11a channels when we read the NVS instead.  Also, it
is easier (and still safe) to set n_channels to zero instead of setting the
disabled flag on every 11a channel.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
drivers/net/wireless/wl12xx/main.c