linux/drivers/net/wireless/cw1200
Dedy Lansky 6eb1813764 cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()
802.11ad adds new a network type (PBSS) and changes the capability
field interpretation for the DMG (60G) band.
The same 2 bits that were interpreted as "ESS" and "IBSS" before are
re-used as a 2-bit field with 3 valid values (and 1 reserved). Valid
values are: "IBSS", "PBSS" (new) and "AP".

In order to get the BSS struct for the new PBSS networks, change the
cfg80211_get_bss() function to take a new enum ieee80211_bss_type
argument with the valid network types, as "capa_mask" and "capa_val"
no longer work correctly (the search must be band-aware now.)

The remaining bits in "capa_mask" and "capa_val" are used only for
privacy matching so replace those two with a privacy enum as well.

Signed-off-by: Dedy Lansky <dlansky@codeaurora.org>
[rewrite commit log, tiny fixes]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2015-03-03 15:56:01 +01:00
..
bh.c cw1200: When debug is enabled, display all wakeup conditions for the wait_event_interruptible_timeout() call. 2013-08-28 13:58:29 -04:00
bh.h
cw1200.h
cw1200_sdio.c wireless: cw1200: Use consistent internal locking conventions 2013-12-05 14:54:47 -05:00
cw1200_spi.c cw1200: Introduce the use of devm_kzalloc 2014-08-25 16:00:43 -04:00
debug.c cw1200: Fix cw1200_debug_link_id 2014-04-14 14:31:42 -04:00
debug.h
fwio.c cw1200: Less function calls in cw1200_load_firmware_cw1200() after error detection 2015-02-06 08:48:04 +02:00
fwio.h
hwbus.h Revert "cw1200: Don't perform SPI transfers in interrupt context" 2013-09-26 14:02:31 -04:00
hwio.c Revert "cw1200: Don't perform SPI transfers in interrupt context" 2013-09-26 14:02:31 -04:00
hwio.h
Kconfig
main.c Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-next 2015-01-22 14:49:44 +02:00
Makefile
pm.c wireless: cw1200: Use setup_timer 2015-01-07 10:44:59 +02:00
pm.h
queue.c cw1200: queue: Use setup_timer 2015-01-07 10:45:04 +02:00
queue.h
scan.c cw1200: use msecs_to_jiffies for conversion 2015-02-06 08:43:29 +02:00
scan.h mac80211: support more than one band in scan request 2014-06-25 09:10:42 +02:00
sta.c cfg80211: add bss_type and privacy arguments in cfg80211_get_bss() 2015-03-03 15:56:01 +01:00
sta.h mac80211: add vif to flush call 2014-04-09 10:55:29 +02:00
txrx.c cw1200: slight optimization of addr compare 2013-12-26 13:31:35 -05:00
txrx.h
wsm.c treewide: Fix typo in printk 2013-08-20 12:44:03 +02:00
wsm.h cw1200: Fix incorrect endianness annotation in a header field 2013-07-22 16:54:44 -04:00