A trivial fix to allow compat-wireless to apply against current wireless-testing. Signed-off-by: Josh Watzman <jwatzman@xxxxxxxxxxxxxx> --- compat/compat.diff | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/compat.diff b/compat/compat.diff index e723fc8..44a9029 100644 --- a/compat/compat.diff +++ b/compat/compat.diff @@ -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__ -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html