From: Eliad Peller Date: Tue, 31 Dec 2013 16:54:06 +0000 (+0200) Subject: iwlwifi: mvm: fix tx seq_ctrl debug print X-Git-Tag: v3.14-rc1~94^2~113^2^2~18^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9d11888091920e356d085a5fa1644fc5c05429;p=pandora-kernel.git iwlwifi: mvm: fix tx seq_ctrl debug print Since seq_number is incremented right after using it, so printed seq_ctrl was actually the next one to be used. Fix it by incrementing the seq_number only later, before saving it. Additionally, use the IEEE80211_SEQ_TO_SN macro in order to print the actual sequence number. Signed-off-by: Eliad Peller Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed