02cda6ae01
tree 385b391fc0d7c124cd0547fdb6183e9a0c333391 parent 97d7a47f76e72bedde7f402785559ed4c7a8e8e8 author James Ketrenos <jketreno@linux.intel.com> 1124447590 -0500 committer James Ketrenos <jketreno@linux.intel.com> 1127313735 -0500 Added ieee80211_geo to provide helper functions to drivers for implementing supported channel maps. Signed-off-by: James Ketrenos <jketreno@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
12 lines
379 B
Makefile
12 lines
379 B
Makefile
obj-$(CONFIG_IEEE80211) += ieee80211.o
|
|
obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o
|
|
obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o
|
|
obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccmp.o
|
|
obj-$(CONFIG_IEEE80211_CRYPT_TKIP) += ieee80211_crypt_tkip.o
|
|
ieee80211-objs := \
|
|
ieee80211_module.o \
|
|
ieee80211_tx.o \
|
|
ieee80211_rx.o \
|
|
ieee80211_wx.o \
|
|
ieee80211_geo.o
|
|
|