commit | 7e272fcff6f0a32a3d46e600ea5895f6058f4e2d | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Wed Sep 24 18:13:14 2008 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 31 19:00:46 2008 -0400 |
tree | 39857028913862af4d71170d1f16ee360ba49115 | |
parent | ddf4ac53fb8a12a027c0486db743ae040f45b56a [diff] [blame] |
wireless: consolidate on a single escape_essid implementation Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/net/wireless/Makefile b/net/wireless/Makefile index b9f943c..d2d848d 100644 --- a/net/wireless/Makefile +++ b/net/wireless/Makefile
@@ -1,5 +1,6 @@ obj-$(CONFIG_WIRELESS_EXT) += wext.o obj-$(CONFIG_CFG80211) += cfg80211.o +obj-$(CONFIG_LIB80211) += lib80211.o cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o cfg80211-$(CONFIG_NL80211) += nl80211.o