linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ath9k: tx99 initialization fixes
@ 2013-11-24 16:56 Lorenzo Bianconi
  2013-11-24 16:56 ` [PATCH 1/3] mac80211: implement ieee80211_get_vif_by_addr Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2013-11-24 16:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, mcgrof, sujith, johannes, rmanohar

This patchset fix two issues in ath9k tx99 code. In particular:
*[PATCH 1/3]: add ieee80211_get_vif_by_addr to get a reference to
vif data structure for a given mac address
*[PATCH 2/3]: initialize tx99_vif pointer in ath9k_tx99_init() since
ath9k_add_interface() is not run for monitor interfaces
*[PATCH 3/3]: initialize first chain attempt counter to 1 in
ath9k_build_tx99_skb()

This patchset has been applied on top of latest Sujith's tx99 patches

Lorenzo Bianconi (3):
  mac80211: implement ieee80211_get_vif_by_addr
  ath9k: get tx99_vif pointer in ath9k_tx99_init
  ath9k: fix mrr initialization in tx99 code

 drivers/net/wireless/ath/ath9k/main.c |  9 ---------
 drivers/net/wireless/ath/ath9k/tx99.c |  7 +++++++
 include/net/mac80211.h                |  9 +++++++++
 net/mac80211/util.c                   | 26 ++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 9 deletions(-)

-- 
1.8.3.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-25 10:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 16:56 [PATCH 0/3] ath9k: tx99 initialization fixes Lorenzo Bianconi
2013-11-24 16:56 ` [PATCH 1/3] mac80211: implement ieee80211_get_vif_by_addr Lorenzo Bianconi
2013-11-24 18:35   ` Johannes Berg
2013-11-24 18:37     ` Johannes Berg
2013-11-25 10:15     ` Lorenzo Bianconi
2013-11-24 16:56 ` [PATCH 2/3] ath9k: get tx99_vif pointer in ath9k_tx99_init Lorenzo Bianconi
2013-11-24 16:56 ` [PATCH 3/3] ath9k: fix retry chain initialization in tx99 code Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).