From: Kalle Valo Date: Thu, 18 Dec 2008 21:35:20 +0000 (+0200) Subject: mac80211: track master queue status X-Git-Tag: v2.6.29-rc1~581^2~105^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7c9111a97492d04c504f40736a669c235d664a;p=pandora-kernel.git mac80211: track master queue status This is a preparation for the dynamic power save support. In future there are two paths to stop the master queues and we need to track this properly to avoid starting queues incorrectly. Implement this by adding a status array for each queue. The original idea and design is from Johannes Berg, I just did the implementation based on his notes. All the bugs are mine, of course. Signed-off-by: Kalle Valo Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed