compat.diff update for master-2009-03-19
authorJosh Watzman <jwatzman@andrew.cmu.edu>
Fri, 20 Mar 2009 17:12:43 +0000 (13:12 -0400)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 21 Mar 2009 02:54:53 +0000 (19:54 -0700)
A trivial fix to allow compat-wireless to apply against current wireless-testing.

Signed-off-by: Josh Watzman <jwatzman@andrew.cmu.edu>
compat/compat.diff

index e723fc8ae32c829e44810e138ba1646ff0565278..44a902963fa2d9d309448ead24a712875a49def9 100644 (file)
@@ -18,8 +18,8 @@
  obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o
  obj-$(CONFIG_LIB80211_CRYPT_TKIP) += lib80211_crypt_tkip.o
  
--cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
-+cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o compat.o
+-cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o mlme.o
++cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o mlme.o compat.o
  cfg80211-$(CONFIG_WIRELESS_EXT) += wext-compat.o
  
  ccflags-y += -D__CHECK_ENDIAN__