public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] cfg80211: Add channel attributes to be used with 5/10MHz channels
@ 2014-03-11 13:05 Rostislav Lisovy
  2014-03-11 13:05 ` [PATCH 1/5] cfg80211: Add attributes describing prohibited channel bandwidth Rostislav Lisovy
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Rostislav Lisovy @ 2014-03-11 13:05 UTC (permalink / raw)
  To: Johannes Berg, John W. Linville, linux-wireless, linux-kernel
  Cc: Michal Sojka, s.sander, jan-niklas.meier, Rostislav Lisovy

The IEEE 802.11p amendment specifies usage of 5 and 10 MHz wide
channels in 5.9GHz band for vehicular environment. This patch-set adds
new channel attributes holding the information about the prohibited
bandwidths. This is meant to be used mainly with channels in 5.9GHz
band in future implementation of 802.11p.


Rostislav Lisovy (5):
  cfg80211: Add attributes describing prohibited channel bandwidth
  nl80211: Support for 5/10 MHz channels when reporting BW restrictions
  cfg80211: Take the BW restrictions into account when checking the
    channel
  cfg80211: Use 5MHz bandwidth by default when checking usable channels
  mac80211: Update conf_is_ht() to work properly with 5/10MHz channels

 include/net/cfg80211.h       |  6 ++++++
 include/net/mac80211.h       |  4 +++-
 include/uapi/linux/nl80211.h |  6 ++++++
 net/wireless/chan.c          |  2 ++
 net/wireless/nl80211.c       | 13 +++++++++++++
 net/wireless/reg.c           | 22 +++++++++++++++-------
 6 files changed, 45 insertions(+), 8 deletions(-)

-- 
1.8.5.1


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

end of thread, other threads:[~2014-04-02 13:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 13:05 [PATCH 0/5] cfg80211: Add channel attributes to be used with 5/10MHz channels Rostislav Lisovy
2014-03-11 13:05 ` [PATCH 1/5] cfg80211: Add attributes describing prohibited channel bandwidth Rostislav Lisovy
2014-03-11 13:05 ` [PATCH 2/5] nl80211: Support for 5/10 MHz channels when reporting BW restrictions Rostislav Lisovy
2014-03-11 13:05 ` [PATCH 3/5] cfg80211: Take the BW restrictions into account when checking the channel Rostislav Lisovy
2014-03-11 13:05 ` [PATCH 4/5] cfg80211: Use 5MHz bandwidth by default when checking usable channels Rostislav Lisovy
2014-03-11 13:05 ` [PATCH 5/5] mac80211: Update conf_is_ht() to work properly with 5/10MHz channels Rostislav Lisovy
2014-03-28  8:50 ` [PATCH 0/5] cfg80211: Add channel attributes to be used " Johannes Berg
2014-04-02 13:34   ` Rostislav Lisovy

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