cfg80211: 802.11p OCB mode handling
authorRostislav Lisovy <lisovy@gmail.com>
Mon, 3 Nov 2014 09:33:18 +0000 (10:33 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Nov 2014 12:18:17 +0000 (13:18 +0100)
commit6e0bd6c35b021dc73a81ebd1ef79761233c48b50
treef3da02d8006a5ff98f3dd33a37dc1eddafd7b85c
parent5b3dc42b1b0db0264bbbe4ae44c15ab97bfd1e93
cfg80211: 802.11p OCB mode handling

This patch adds new iface type (NL80211_IFTYPE_OCB) representing
the OCB (Outside the Context of a BSS) mode.
When establishing a connection to the network a cfg80211_join_ocb
function is called (particular nl80211_command is added as well).
A mandatory parameters during the ocb_join operation are 'center
frequency' and 'channel width (5/10 MHz)'.

Changes done in mac80211 are minimal possible required to avoid
many warnings (warning: enumeration value 'NL80211_IFTYPE_OCB'
not handled in switch) during compilation. Full functionality
(where needed) is added in the following patch.

Signed-off-by: Rostislav Lisovy <rostislav.lisovy@fel.cvut.cz>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
15 files changed:
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/iface.c
net/mac80211/util.c
net/wireless/Makefile
net/wireless/chan.c
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/ocb.c [new file with mode: 0644]
net/wireless/rdev-ops.h
net/wireless/trace.h
net/wireless/util.c