98c21d3e9c
- Enable with-backports by default - Update compat-wireless snaptshot from verstion 3.2-rc6-3
30 lines
790 B
Diff
30 lines
790 B
Diff
From c5cfdf2d138ba20a648990d9615c44942eef5fd3 Mon Sep 17 00:00:00 2001
|
|
From: John W. Linville <linville@tuxdriver.com>
|
|
Date: Fri, 18 Nov 2011 13:46:18 -0500
|
|
Subject: [PATCH] compat-wireless: change CONFIG_IWLAGN -> CONFIG_IWLWIFI
|
|
|
|
This Kconfig option changed in the 2.6.32 timeframe.
|
|
|
|
Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
|
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
|
|
---
|
|
config.mk | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/config.mk b/config.mk
|
|
index 0e964a5..05edb79 100644
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -285,7 +285,7 @@ ifdef CONFIG_PCI
|
|
CONFIG_ATH5K_PCI=y
|
|
CONFIG_ATH9K_PCI=y
|
|
|
|
-CONFIG_IWLAGN=m
|
|
+CONFIG_IWLWIFI=m
|
|
# CONFIG_IWLWIFI_DEBUG=y
|
|
# CONFIG_IWLWIFI_DEBUGFS=y
|
|
# CONFIG_IWLWIFI_DEVICE_TRACING=y
|
|
--
|
|
1.7.4.4
|
|
|