commit | a8bceb392a739321ec20d03a91a86ebdde9c07bb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Mar 05 11:24:30 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 06 15:16:10 2012 -0500 |
tree | aa3257edba10f5358bd0d96c38ab39546e9af034 | |
parent | fb5fe5b9da167f25fd44818327338eeec20c2a5a [diff] |
iwlwifi: remove per-device debug level There's no need for the per-device debug level that we expose in debugfs since the module parameter is writable in sysfs. At the same time, simplify code by changing iwl_get_debug_level(shrd) & IWL_DL_ISR) to iwl_have_debug_level(IWL_DL_ISR) Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>