diff options
author | Horms <horms@verge.net.au> | 2006-06-26 10:44:38 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-07-05 19:42:58 +0200 |
commit | 8f7eb40749f4b0cf9d3892d9680c97b1bfce6de6 (patch) | |
tree | 9f56dd8a0095932dc05cf05c0b91525bdb2670ed /drivers/atm | |
parent | [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t... (diff) | |
download | linux-8f7eb40749f4b0cf9d3892d9680c97b1bfce6de6.tar.xz linux-8f7eb40749f4b0cf9d3892d9680c97b1bfce6de6.zip |
[PATCH] CONFIG_WIRELESS_EXT is neccessary after all
WARNING: /lib/modules/2.6.17-mm2/kernel/net/ieee80211/ieee80211.ko
needs unknown symbol wireless_spy_update
Someone removed the `#ifdef CONFIG_WIRELESS_EXT' from around the callsite
in net/ieee80211/ieee80211_rx.c and didn't update Kconfig appropriately.
The offending patchset seems to be 35c14b855f52c49e4f3d078b9532b056005ed321
which is tittled
[PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checking
After a quick look it seems that wireless_spy_update() lives in
net/core/wirless.c, and that file is only compiled if
CONFIG_WIRELESS_EXT is set. Perhaps this is Kconig work, but
in the mean time here is a reversal of the recent change.
Signed-Off-By: Horms <horms@verge.net.au>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions