From: Sujith Manoharan Date: Wed, 8 Oct 2014 03:13:19 +0000 (+0530) Subject: ath9k: Fix sequence number assignment X-Git-Tag: omap-for-v3.19/prcm-cleanup~112^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca14405e3b25b38221d027d8970c1d74ed0b6532;p=pandora-kernel.git ath9k: Fix sequence number assignment Currently, ath9k uses a global counter for all frames that need to be assigned a sequence number. QoS-data frames are handled properly since they have a per-tid counter. But, beacons and other management frames use the same counter even if multiple interfaces or contexts are present. Fix this issue by making the counter per-interface and using it when mac80211 sets IEEE80211_TX_CTL_ASSIGN_SEQ. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed