nl80211: Fix channel 14 use
authorFrancesco Gringoli <francesco.gringoli@ing.unibs.it>
Thu, 9 Apr 2009 11:51:31 +0000 (14:51 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Apr 2009 11:51:31 +0000 (14:51 +0300)
commit5a0ffb5f1f587e1c36db32d964adb0c667033a52
treeef132f4e19a71debc42b20ce107aa8a28cbd6f8f
parentc3965310e6215e38aab26761da8db7bb70554c15
nl80211: Fix channel 14 use

nl80211 interface has a trivial bug that prevents it to work correctly
with channel 14. Channel frequency is erroneously 2848 instead of 2484.
To correct it just apply this patch. [Bug 308]
src/drivers/driver_nl80211.c