diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-03-20 14:30:42 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-20 14:30:42 +0100 |
commit | fc8fed0eae4c2d1756ffd2f4f86c3e4357bebb08 (patch) | |
tree | 0b0d53c6976925edfb4f33d73fdfd3022f938b29 /drivers/net/wireless/iwlwifi/mvm/tx.c | |
parent | c451e6d4bd290db5290cfa7f9c4079386373645b (diff) | |
parent | 856a850afdd778fad7ded4240d333a8c3b05b136 (diff) |
Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/tx.c b/drivers/net/wireless/iwlwifi/mvm/tx.c index ccff2e5f71a..0acc0bff43c 100644 --- a/drivers/net/wireless/iwlwifi/mvm/tx.c +++ b/drivers/net/wireless/iwlwifi/mvm/tx.c @@ -637,7 +637,7 @@ static void iwl_mvm_rx_tx_cmd_single(struct iwl_mvm *mvm, next_reclaimed = ssn; } else { /* The next packet to be reclaimed is the one after this one */ - next_reclaimed = SEQ_TO_SN(seq_ctl + 0x10); + next_reclaimed = IEEE80211_SEQ_TO_SN(seq_ctl + 0x10); } IWL_DEBUG_TX_REPLY(mvm, |