Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/3] ath9k: rate fix for invalid frames
@ 2009-06-09  8:30 Luis R. Rodriguez
  2009-06-09  8:30 ` [PATCH 1/3] mac80211: fix - drop frames for sta with no valid rate Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2009-06-09  8:30 UTC (permalink / raw)
  To: linville, johannes, j; +Cc: linux-wireless, ath9k-devel, Luis R. Rodriguez

We've tried a few things to find the real root cause to
the ath9k rate control assert. This is it, turns out we
make some assumptions about scanning and nullfunc frames.
We fix those assumptions here.

I'll send the ath9k rate control cleanup stuff later
though, all of that is still valid.

I think the iwlwifi rate control work arounds could be removed
now though but not sure, I saw in the bug report the get_rate
warn on was found during disassoc or something like that which
I cannot see being triggerable by the conditions found in these
patches unless iwlwifi is getting frames through some other
uknown mean.

Luis R. Rodriguez (3):
  mac80211: fix - drop frames for sta with no valid rate
  mac80211: add debugfs counter for not valid birate frames
  ath9k: downgrade assert in rc.c for invalid rate

 drivers/net/wireless/ath/ath9k/rc.c |   16 ++++++++++---
 include/net/mac80211.h              |   11 +++++++++
 net/mac80211/debugfs.c              |    4 +++
 net/mac80211/ieee80211_i.h          |    2 +
 net/mac80211/tx.c                   |   39 +++++++++++++++++++++++++++++++++++
 5 files changed, 68 insertions(+), 4 deletions(-)


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

end of thread, other threads:[~2009-06-09  8:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09  8:30 [PATCH 0/3] ath9k: rate fix for invalid frames Luis R. Rodriguez
2009-06-09  8:30 ` [PATCH 1/3] mac80211: fix - drop frames for sta with no valid rate Luis R. Rodriguez
2009-06-09  8:54   ` Johannes Berg
2009-06-09  8:55     ` Luis R. Rodriguez
2009-06-09  8:30 ` [PATCH 2/3] mac80211: add debugfs counter for not valid birate frames Luis R. Rodriguez
2009-06-09  8:30 ` [PATCH 3/3] ath9k: downgrade assert in rc.c for invalid rate Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox