wil6210: support AP isolation
authorVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Sun, 8 Mar 2015 13:42:03 +0000 (15:42 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 13 Mar 2015 13:17:35 +0000 (15:17 +0200)
commit02beaf1a5b8f05ead295d781522b1684dc5e7263
treed1dae7da415c6e09a97a0df4125c21230baf9154
parentc42da9993a4cc32f48dad89eedf7b7ad4dfd41bc
wil6210: support AP isolation

For the AP, configuration may say not to bridge traffic between
wireless clients. This is conveyed from user space (ex: hostapd has
ap_isolate parameter) with NL80211_CMD_SET_BSS, to the driver's
cfg80211 ops method change_bss

Add support for this setting.

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/cfg80211.c
drivers/net/wireless/ath/wil6210/debugfs.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/txrx.c
drivers/net/wireless/ath/wil6210/wil6210.h
This page took 0.027808 seconds and 5 git commands to generate.