aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-debug.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14iwlwifi: move debug_level to sysfs/bus/pci/devicesEster Kummer1-1/+0
This patch ports the debug_level from sysfs/bus/pci/drivers/iwl4965 to /sys/class/net/wlanX/device/debug_level Signed-off-by: Ester Kummer <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2008-05-14iwlwifi: move per driverdebug_level to per deviceEster Kummer1-16/+4
This patch ports the debug_level to iwl_priv and changes the format of the debug prints. Signed-off-by: Ester Kummer <[email protected]> Signed-off-by: Zhu Yi <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2008-05-14iwlwifi: debugfs EEPROM dumpTomas Winkler1-0/+1
This patch adds EEPROM dump in debugfs. Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Abhijeet Kolekar <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2008-03-25iwlwifi: Add debugfs to iwl coreTomas Winkler1-1/+30
This patch adds debugfs support to iwl core currently only iwl4965 is supported Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Reinette Chatre <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2008-03-25iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler1-0/+168
This patch removes iwl-4965-debug.h to iwl-debug.h It will be used by more NICs Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Reinette Chatre <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2008-01-28iwlwifi: keep 3945 and 4965 headers separateChristoph Hellwig1-152/+0
The iwl3945 and iwl4965 devices share some common structure, but with a lot of difference split all over. Currently the two drivers share a lot of headers and use ugly preprocessor magic to manage the difference. This patch keeps two entirely separate copies of the headers to get rid of these hacks an ease future development. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Zhu Yi <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2007-10-10[PATCH] iwlwifi: limit printouts on hot pathZhu Yi1-0/+3
This patch change printouts on TX path to the net_ratelimit version. Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Zhu Yi <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2007-10-10[IWLWIFI]: add iwlwifi wireless driversZhu Yi1-0/+149
This patch adds the mac80211 based wireless drivers for the Intel PRO/Wireless 3945ABG/BG Network Connection and Intel Wireless WiFi Link AGN (4965) adapters. [ Move driver into it's own directory -DaveM ] Signed-off-by: Zhu Yi <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]>