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_IEEE80211_SOFTMAC) += ieee80211softmac.o
|
|
ieee80211softmac-objs := \
|
|
ieee80211softmac_io.o \
|
|
ieee80211softmac_auth.o \
|
|
ieee80211softmac_module.o \
|
|
ieee80211softmac_scan.o \
|
|
ieee80211softmac_wx.o \
|
|
ieee80211softmac_assoc.o \
|
|
ieee80211softmac_event.o
|
|
|