Linux wireless drivers development
 help / color / mirror / Atom feed
* [RFC 0/3] mac80211: Add support for configuring ibss basic rates
@ 2010-06-08 12:34 Teemu Paasikivi
  2010-06-08 12:34 ` [RFC 1/3] mac80211: Set basic rates while joining ibss network Teemu Paasikivi
  0 siblings, 1 reply; 8+ messages in thread
From: Teemu Paasikivi @ 2010-06-08 12:34 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Teemu Paasikivi

This patch set implements support for configuring basic rates for ibss network when joining/creating one. First two patches are basically patch proposed by Johannes Berg on linux-wireless posting list split in two. These implement interface to nl80211 to do actual configuration from user space. Last patch is to fix a problem when leaving and joining back to self created ibss network, without this basic rates would be left unset. That is caused by the fact that the stack holds information for the self created bss and when rejoining it looks like already existing ibss network. This causes little annoyance (bug?) by preventing changing basic rates once ibss is created as long as the stack holds the information. 

Teemu Paasikivi (3):
  mac80211: Set basic rates while joining ibss network
  mac80211: Set changed basic rates flag
  mac80211: Store basic rates for bss when joining ibss network

 include/net/cfg80211.h     |    2 +
 net/mac80211/ibss.c        |   19 ++++++++++++++++-
 net/mac80211/ieee80211_i.h |    2 +
 net/wireless/nl80211.c     |   49 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 71 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2010-06-10 11:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 12:34 [RFC 0/3] mac80211: Add support for configuring ibss basic rates Teemu Paasikivi
2010-06-08 12:34 ` [RFC 1/3] mac80211: Set basic rates while joining ibss network Teemu Paasikivi
2010-06-08 12:34   ` [RFC 2/3] mac80211: Set changed basic rates flag Teemu Paasikivi
2010-06-08 12:34     ` [RFC 3/3] mac80211: Store basic rates for bss when joining ibss network Teemu Paasikivi
2010-06-08 12:48       ` Johannes Berg
2010-06-09  4:45         ` Teemu Paasikivi
2010-06-09  7:36           ` Johannes Berg
2010-06-10 11:37             ` Teemu Paasikivi

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