linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/8] Add new channel type -- 5MHz and 10MHz
@ 2014-03-07 13:37 Rostislav Lisovy
  2014-03-07 13:37 ` [RFC PATCH 1/8] nl80211: Add new channel types " Rostislav Lisovy
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Rostislav Lisovy @ 2014-03-07 13:37 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless; +Cc: Michal Sojka, s.sander, jan-niklas.meier

This patchset adds new channel types -- 5MHz and 10MHz.  Channels
with such bandwidth are used in IEEE 802.11p with frequencies
ranging from 5850 to 5925 MHz. Since OCB mode defined in 802.11p
does not use beacons, the channel frequencies including the
bandwidth should be set by all STAs before joining the network.
This patchset adds the possibility of setting the channel
bandwidth via netlink (i.e. from userspace).

Potential issues:
CRDA reports to the kernel the information about the maximum
channel bandwidth allowed for some particular range of channels/
frequencies. In case the maximum BW is usual 20 or 40 MHz, e.g.
(2400 - 2483.5 @ 40), it is possible to configure a channel with
5MHz or 10MHz in that range.  Is this behavior acceptable or
should it be prevented?


Rostislav Lisovy (8):
  nl80211: Add new channel types -- 5MHz and 10MHz
  nl80211: Add attributes describing channel bandwidth
  cfg80211: Add attributes describing channel bandwidth
  cfg80211: Modify chandef related functions to work with 5/10MHz
    channels
  nl80211: Modify chandef related functions to work with 5/10MHz
    channels
  nl80211: Support for 5/10 MHz channels when reporting BW restrictions
  cfg80211: Use 5MHz bandwidth when checking usable channels
  mac80211: Update conf_is_ht() to work properly with 5/10MHz channels

 include/net/cfg80211.h       | 10 ++++++++++
 include/net/mac80211.h       |  4 +++-
 include/uapi/linux/nl80211.h | 14 +++++++++++++-
 net/wireless/chan.c          | 10 ++++++++++
 net/wireless/nl80211.c       | 10 ++++++++++
 net/wireless/reg.c           | 22 +++++++++++++++-------
 6 files changed, 61 insertions(+), 9 deletions(-)

-- 
1.8.5.1


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

end of thread, other threads:[~2014-03-07 18:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 13:37 [RFC PATCH 0/8] Add new channel type -- 5MHz and 10MHz Rostislav Lisovy
2014-03-07 13:37 ` [RFC PATCH 1/8] nl80211: Add new channel types " Rostislav Lisovy
2014-03-07 14:27   ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 2/8] nl80211: Add attributes describing channel bandwidth Rostislav Lisovy
2014-03-07 14:27   ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 3/8] cfg80211: " Rostislav Lisovy
2014-03-07 14:28   ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 4/8] cfg80211: Modify chandef related functions to work with 5/10MHz channels Rostislav Lisovy
2014-03-07 14:28   ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 5/8] nl80211: " Rostislav Lisovy
2014-03-07 14:28   ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 6/8] nl80211: Support for 5/10 MHz channels when reporting BW restrictions Rostislav Lisovy
2014-03-07 14:29   ` Johannes Berg
2014-03-07 17:31     ` Rostislav Lisovy
2014-03-07 18:20       ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 7/8] cfg80211: Use 5MHz bandwidth when checking usable channels Rostislav Lisovy
2014-03-07 13:37 ` [RFC PATCH 8/8] mac80211: Update conf_is_ht() to work properly with 5/10MHz channels Rostislav Lisovy

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).