diff options
author | Teemu Paasikivi | 2010-03-18 11:26:41 +0100 |
---|---|---|
committer | John W. Linville | 2010-03-23 21:50:23 +0100 |
commit | a3b8ea7554862e80a14b83233b37ddd2506d1d70 (patch) | |
tree | b38e5df405ab15cd5a36a9d2a33d67c4f1084e20 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | wl1271: Remove deprecated interface config function (diff) | |
download | kernel-qcow2-linux-a3b8ea7554862e80a14b83233b37ddd2506d1d70.tar.gz kernel-qcow2-linux-a3b8ea7554862e80a14b83233b37ddd2506d1d70.tar.xz kernel-qcow2-linux-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.h | 1 |
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, }; |