Skip to content
Snippets Groups Projects
Commit 868d2c1e authored by Dave Jones's avatar Dave Jones Committed by David S. Miller
Browse files

[WIRELESS]: Fix config dependencies.


I accidentally ended up with a config that set NET_RADIO off,
and NET_WIRELESS_RTNETLINK on, which blew up thus..

net/built-in.o: In function `do_setlink':net/core/rtnetlink.c:479: undefined reference to `wireless_rtnetlink_set'
net/built-in.o: In function `do_getlink':net/core/rtnetlink.c:521: undefined reference to `wireless_rtnetlink_get'

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9932cf95
No related merge requests found
...@@ -27,6 +27,7 @@ config NET_RADIO ...@@ -27,6 +27,7 @@ config NET_RADIO
config NET_WIRELESS_RTNETLINK config NET_WIRELESS_RTNETLINK
bool "Wireless Extension API over RtNetlink" bool "Wireless Extension API over RtNetlink"
depends on NET_RADIO
---help--- ---help---
Support the Wireless Extension API over the RtNetlink socket Support the Wireless Extension API over the RtNetlink socket
in addition to the traditional ioctl interface (selected above). in addition to the traditional ioctl interface (selected above).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment