diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-02-22 14:44:50 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-22 14:44:50 -0500 |
commit | 8715d941b2fa8591474e7d0dad66589fce1892d2 (patch) | |
tree | ec228ec158bb5b4424f898d336279c29de4cf81f /drivers/net/wireless/wl12xx/debug.h | |
parent | ca994a36f585432458ead9133fcfe05440edbb7b (diff) | |
parent | 51c4ed95a857ded6017537fd53fa00db64908954 (diff) |
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx
Diffstat (limited to 'drivers/net/wireless/wl12xx/debug.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/debug.h b/drivers/net/wireless/wl12xx/debug.h index b85fd8c41e8f..ec0fdc25b280 100644 --- a/drivers/net/wireless/wl12xx/debug.h +++ b/drivers/net/wireless/wl12xx/debug.h | |||
@@ -51,6 +51,7 @@ enum { | |||
51 | DEBUG_FILTERS = BIT(15), | 51 | DEBUG_FILTERS = BIT(15), |
52 | DEBUG_ADHOC = BIT(16), | 52 | DEBUG_ADHOC = BIT(16), |
53 | DEBUG_AP = BIT(17), | 53 | DEBUG_AP = BIT(17), |
54 | DEBUG_PROBE = BIT(18), | ||
54 | DEBUG_MASTER = (DEBUG_ADHOC | DEBUG_AP), | 55 | DEBUG_MASTER = (DEBUG_ADHOC | DEBUG_AP), |
55 | DEBUG_ALL = ~0, | 56 | DEBUG_ALL = ~0, |
56 | }; | 57 | }; |