Re: [PATCH v2 3/6] ath9k: Fix sequence number assignment

2014-10-07 Thread Sujith Manoharan
John W. Linville wrote: > Hmmm...am I missing something? > > CC drivers/net/wireless/ath/ath9k/tx99.o > In file included from include/linux/byteorder/little_endian.h:4:0, > from ./arch/x86/include/uapi/asm/byteorder.h:4, > from include/asm-generic/bitops/le

Re: [PATCH v2 3/6] ath9k: Fix sequence number assignment

2014-10-07 Thread John W. Linville
Hmmm...am I missing something? CC drivers/net/wireless/ath/ath9k/tx99.o In file included from include/linux/byteorder/little_endian.h:4:0, from ./arch/x86/include/uapi/asm/byteorder.h:4, from include/asm-generic/bitops/le.h:5, from ./arch/x

[PATCH v2 3/6] ath9k: Fix sequence number assignment

2014-10-06 Thread Sujith Manoharan
From: Sujith Manoharan 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 ar