[PATCH] fix NET_RADIO=n, IEEE80211=y compile
commitfd7a516efbcdabf5d7b9307ca9fe48b511b7d123
authorAdrian Bunk <bunk@stusta.de>
Wed, 2 Nov 2005 00:53:16 +0000 (2 01:53 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Nov 2005 02:50:00 +0000 (7 21:50 -0500)
treea3186746e8f248d4e5f06543e8f499209f5e5581
parent0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26
[PATCH] fix NET_RADIO=n, IEEE80211=y compile

This patch fixes the following compile error with CONFIG_NET_RADIO=n and
CONFIG_IEEE80211=y:

  LD      .tmp_vmlinux1
net/built-in.o: In function `ieee80211_rx':
: undefined reference to `wireless_spy_update'
make: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_rx.c