From: Johannes Berg Date: Fri, 1 Aug 2014 16:14:45 +0000 (+0200) Subject: iwlwifi: mvm: clarify stop_count, remove transport_stopped X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df197c00bf1dbdee888aa886e5e93b49b42a268b;p=pandora-kernel.git iwlwifi: mvm: clarify stop_count, remove transport_stopped The queue handling is a bit unclear - we have an array for stop_count[IWL_MAX_HW_QUEUES] but indices really are the mac80211 queue numbers. Change the array to be only of the right size for mac80211 queues (IEEE80211_MAX_QUEUES) and rename it to be clearer. While at it, also remove the unused transport queue stop bitmap in mvm. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed