From: Emmanuel Grumbach Date: Tue, 6 Sep 2011 16:31:20 +0000 (-0700) Subject: iwlagn: move traffic_log back to upper layer X-Git-Tag: v3.2-rc1~129^2~254^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f5e0475c7c04b17b207736146187636b04eb4c;p=pandora-kernel.git iwlagn: move traffic_log back to upper layer The traffic log debugfs handlers were mistakenly moved to the transport layer because they print the pointers of the Tx / Rx queues. The pointers of the queues can be fetched by another debugfs handler. So bring the traffic log back to the upper layer and remove the part that reads the Tx / Rx queues' pointers. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed