aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271.h
diff options
context:
space:
mode:
authorTeemu Paasikivi <ext-teemu.3.paasikivi@nokia.com>2010-03-18 12:26:41 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-03-23 16:50:23 -0400
commita3b8ea7554862e80a14b83233b37ddd2506d1d70 (patch)
treeb38e5df405ab15cd5a36a9d2a33d67c4f1084e20 /drivers/net/wireless/wl12xx/wl1271.h
parentwl1271: Remove deprecated interface config function (diff)
downloadlinux-dev-a3b8ea7554862e80a14b83233b37ddd2506d1d70.tar.xz
linux-dev-a3b8ea7554862e80a14b83233b37ddd2506d1d70.zip
wl1271: Added DEBUG_SDIO flag
Added separate flag for SDIO debugging. Previously it has used DEBUG_SPI flag. This patch also includes couple indentation fixes. Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h
index 23a0c7e22939..4e608067253e 100644
--- a/drivers/net/wireless/wl12xx/wl1271.h
+++ b/drivers/net/wireless/wl12xx/wl1271.h
@@ -53,6 +53,7 @@ enum {
DEBUG_MAC80211 = BIT(11),
DEBUG_CMD = BIT(12),
DEBUG_ACX = BIT(13),
+ DEBUG_SDIO = BIT(14),
DEBUG_ALL = ~0,
};