All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] modify the inclusion of supported channels IE
@ 2013-12-31 15:32 Ilan Peer
  2013-12-31 15:32 ` [PATCH 1/2] cfg80211: Add a function to get the number of enabled channels Ilan Peer
  2013-12-31 15:32 ` [PATCH 2/2] [RFC] mac80211: Add all enabled channels to the supported channels element Ilan Peer
  0 siblings, 2 replies; 12+ messages in thread
From: Ilan Peer @ 2013-12-31 15:32 UTC (permalink / raw)
  To: linux-wireless; +Cc: Ilan Peer

The 80211-2012 specification defines in 8.4.2.20 that the supported
channels information element should contain a list of the channel subbands
in which the station is capable to operate. Change the mac80211 implementation
to add all the channels currently enabled by the device (excluding disabled
channels).

Note: the implementation is not complete as it missing an better handling
for subband in bands other than 2.4 GHz.

Ilan Peer (2):
  cfg80211: Add a function to get the number of enabled channels
  mac80211: Add all enabled channels to the supported channels element

 include/net/cfg80211.h |    9 ++++++
 net/mac80211/mlme.c    |   80 ++++++++++++++++++++++++++++++++++++++++++------
 net/wireless/util.c    |   21 +++++++++++++
 3 files changed, 100 insertions(+), 10 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2014-01-09 12:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 15:32 [PATCH 0/2] modify the inclusion of supported channels IE Ilan Peer
2013-12-31 15:32 ` [PATCH 1/2] cfg80211: Add a function to get the number of enabled channels Ilan Peer
2014-01-09  9:17   ` [PATCH 1/2 v2] cfg80211: Add a function to get the number of supported channels Ilan Peer
2014-01-09  9:18     ` Johannes Berg
2014-01-09  9:18     ` Johannes Berg
2014-01-09  9:37     ` [PATCH 1/2 v3] " Ilan Peer
2014-01-09 12:57       ` Johannes Berg
2013-12-31 15:32 ` [PATCH 2/2] [RFC] mac80211: Add all enabled channels to the supported channels element Ilan Peer
2013-12-31 15:33   ` Peer, Ilan
2014-01-07 15:30   ` Johannes Berg
2014-01-09  7:42     ` Peer, Ilan
2014-01-09  9:18   ` [PATCH 2/2 v2] [RFC]mac80211: " Ilan Peer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.