]> git.karo-electronics.de Git - linux-beck.git/commit
mwifiex: separate interface combination for multichannel and DFS
authorAvinash Patil <patila@marvell.com>
Mon, 22 Jun 2015 13:36:22 +0000 (19:06 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 21 Jul 2015 13:40:40 +0000 (16:40 +0300)
commitcc7359b5c82f67a1a19a0cf66f84f465403edb5d
tree2588065e1d498c5394cefe37c56750b3ca2805a9
parentde9e9932b76d5458edabd2692d8ad6504501edf1
mwifiex: separate interface combination for multichannel and DFS

Multichannel and DFS cannot be supported at same time. So when multichannel
operation is enabled by module parameter, we enable number of channel as 2
while registering wiphy. For all other cases we advertise DFS support to
cfg80211. Patch also adds support for radar detect widths parameter.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/cfg80211.c