summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/debug.h
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-11-21 20:37:14 +0200
committerLuciano Coelho <coelho@ti.com>2012-04-12 08:43:56 +0300
commit25a43d78eb63281294793fdaab6108bef81d7648 (patch)
tree72504d547dde54d573fcbe314d50ea203d6f032d /drivers/net/wireless/ti/wlcore/debug.h
parentc31be25a7144ebc9b7a22128909bac7654d4c46b (diff)
wlcore/wl12xx: implement chip-specific partition tables
Add partition tables to wlcore, move and reorganize partition setting functions. Move wl12xx partition table to use the wlcore partition table instead. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/debug.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/debug.h b/drivers/net/wireless/ti/wlcore/debug.h
index ec0fdc25b280..6b800b3cbea5 100644
--- a/drivers/net/wireless/ti/wlcore/debug.h
+++ b/drivers/net/wireless/ti/wlcore/debug.h
@@ -52,6 +52,7 @@ enum {
DEBUG_ADHOC = BIT(16),
DEBUG_AP = BIT(17),
DEBUG_PROBE = BIT(18),
+ DEBUG_IO = BIT(19),
DEBUG_MASTER = (DEBUG_ADHOC | DEBUG_AP),
DEBUG_ALL = ~0,
};