linux/drivers/net/wireless/iwlwifi
Johannes Berg 2655e314c4 iwlwifi: trace debug messages
Make iwlwifi record all debug messages into
tracing, even if debug_level is not enabled.
Due to the lack of APIs, the debug messages
are now recorded up to a max length of 100,
the only one above that is the RXON which is
not needed if you trace the commands as well
as it only dumps the command contents.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi W Guy <wey-yi.w.guy@intel.com>
2012-02-17 09:49:27 -08:00
..
iwl-1000.c iwlwifi: move bcast_sta_id init to common routine 2012-02-02 14:38:16 -08:00
iwl-2000.c iwlwifi: move bcast_sta_id init to common routine 2012-02-02 14:38:16 -08:00
iwl-5000.c iwlwifi: move bcast_sta_id init to common routine 2012-02-02 14:38:16 -08:00
iwl-6000.c iwlwifi: move bcast_sta_id init to common routine 2012-02-02 14:38:16 -08:00
iwl-agn-calib.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-calib.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-hw.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-lib.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-rs.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-rs.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-rx.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-agn-rxon.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-sta.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-tt.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-agn-tt.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-agn-tx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2012-02-15 16:24:37 -05:00
iwl-agn.c iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-agn.h iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-bus.h iwlwifi: kill bus_get_hw_id 2012-02-02 14:37:34 -08:00
iwl-cfg.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-commands.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2012-02-15 16:24:37 -05:00
iwl-core.c iwlwifi: kill bus_get_hw_id_string 2012-02-02 14:37:29 -08:00
iwl-core.h iwlwifi: stop_hw replace enable_rfkill_int 2012-02-02 14:37:52 -08:00
iwl-csr.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-debug.c iwlwifi: trace debug messages 2012-02-17 09:49:27 -08:00
iwl-debug.h iwlwifi: trace debug messages 2012-02-17 09:49:27 -08:00
iwl-debugfs.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-dev.h iwlwifi: testmode new indirect RW API 2012-02-17 09:49:05 -08:00
iwl-devtrace.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-devtrace.h iwlwifi: trace debug messages 2012-02-17 09:49:27 -08:00
iwl-eeprom.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-eeprom.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-fh.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-io.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-io.h iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-led.c iwlwifi: give trans to all the read / write functions 2012-02-02 14:35:45 -08:00
iwl-led.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-mac80211.c iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-pci.c iwlwifi: kill bus_get_hw_id 2012-02-02 14:37:34 -08:00
iwl-power.c iwlwifi: kill bus_is_pm_supported 2012-02-02 14:37:12 -08:00
iwl-power.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-prph.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-scan.c iwlwifi: always restrict scan dwell in P2P 2012-01-30 15:48:36 -05:00
iwl-shared.h iwlwifi: introduce trans_ops->stop_hw 2012-02-02 14:36:42 -08:00
iwl-testmode.c iwlwifi: added reply data to testmode HCMD send 2012-02-17 09:49:12 -08:00
iwl-testmode.h iwlwifi: added reply data to testmode HCMD send 2012-02-17 09:49:12 -08:00
iwl-trans-pcie-int.h iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw 2012-02-02 14:36:13 -08:00
iwl-trans-pcie-rx.c Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi 2012-02-06 14:45:53 -05:00
iwl-trans-pcie-tx.c iwlwifi: debug print in tx_queue_set_status is more clear 2012-02-02 14:37:58 -08:00
iwl-trans-pcie.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2012-02-15 16:24:37 -05:00
iwl-trans.c iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
iwl-trans.h iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-ucode.c iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-ucode.h iwlwifi: move all ucode routines to iwl-ucode.c 2012-02-02 14:38:22 -08:00
iwl-wifi.h iwlwifi: update Copyright 2012-01-24 14:08:36 -05:00
Kconfig iwlwifi: P2P is not enabled by default 2011-12-08 15:54:46 -08:00
Makefile iwlwifi: trace debug messages 2012-02-17 09:49:27 -08:00