From: Emmanuel Grumbach Date: Fri, 26 Aug 2011 06:10:35 +0000 (-0700) Subject: iwlagn: use iwl_get_debug_level instead of iwl_debug_level X-Git-Tag: v3.2-rc1~129^2~287^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a294b96f25f2d436c90ca54d91e13461696cbcd4;p=pandora-kernel.git iwlagn: use iwl_get_debug_level instead of iwl_debug_level The latter may return incomplete information. For example, if one switched IWL_DL_TX on through sysfs, IWL_DL_TX bit would have been set in priv->debug_level, but since iwl_alloc_traffic_mem looked at iwl_debug_level only, it wouldn't have allocated the tx_traffic buffer. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed