ath9k: Assign seq# when mac80211 requests this
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 11 Aug 2008 11:01:50 +0000 (14:01 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Aug 2008 20:24:03 +0000 (16:24 -0400)
commit147583c057c43095925b5f331fe304f2d5b997ba
treea7fc21673b4090ce371e5fd130b934131ab3b0f0
parent580f0b8a6dc1cb4d32c351a507d1c1d319bdc1eb
ath9k: Assign seq# when mac80211 requests this

Use TX control flag IEEE80211_TX_CTL_ASSIGN_SEQ as a request to update
the seq# for the frames. This will likely require some further cleanup
to get seq# correctly for Beacons vs. other frames and also potentially
for multiple BSSes. Anyway, this is better than ending up sending out
most frames with seq# 0.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/beacon.c
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/main.c