You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_WIRELESS_EXT) += wext.o
|
|
obj-$(CONFIG_CFG80211) += cfg80211.o
|
|
|
|
cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o
|
|
cfg80211-$(CONFIG_NL80211) += nl80211.o
|
|
|