From: Johannes Berg Date: Tue, 30 Jun 2015 13:31:22 +0000 (+0200) Subject: iwlwifi: mvm: move existing UMAC commands to group 1 X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~124^2~42^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88742c9e84f73eeea4abe967d751b0e6318c2c2e;p=pandora-kernel.git iwlwifi: mvm: move existing UMAC commands to group 1 Existing UMAC commands already use the long header, but are sent with group 0 and the long header inserted manually. Move them to the group 1 to take advantage of the header building in the low- level transport. Existing firmware ignores the group_id field (it's reserved) and the first firmware that really supports long command headers can parse all commands in both group 0 (with short header) and group 1 (with long header.) Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed