Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mac80211: Add support for configuring ibss basic rates
@ 2010-06-14  9:55 Teemu Paasikivi
  2010-06-14  9:55 ` [PATCH v2 1/3] mac80211: Set basic rates while joining ibss network Teemu Paasikivi
  0 siblings, 1 reply; 5+ messages in thread
From: Teemu Paasikivi @ 2010-06-14  9:55 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 impelents removal of the BSS information from the cfg80211 when leaving the IBSS and there is no other active STA's.

Teemu Paasikivi (3):
  mac80211: Set basic rates while joining ibss network
  mac80211: Set changed basic rates flag
  mac80211: remove BSS from cfg80211 list when leaving IBSS

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


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

end of thread, other threads:[~2010-06-14  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14  9:55 [PATCH v2 0/3] mac80211: Add support for configuring ibss basic rates Teemu Paasikivi
2010-06-14  9:55 ` [PATCH v2 1/3] mac80211: Set basic rates while joining ibss network Teemu Paasikivi
2010-06-14  9:55   ` [PATCH v2 2/3] mac80211: Set changed basic rates flag Teemu Paasikivi
2010-06-14  9:55     ` [PATCH v2 3/3] mac80211: remove BSS from cfg80211 list when leaving IBSS Teemu Paasikivi
2010-06-14  9:58       ` Johannes Berg

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