summaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp/Kconfig
blob: bc8610b24077eb4bb917824eda7268c9a0cec5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BT_HIDP
	tristate "HIDP protocol support"
	depends on BT_BREDR && INPUT
	select HID
	help
	  HIDP (Human Interface Device Protocol) is a transport layer
	  for HID reports.  HIDP is required for the Bluetooth Human
	  Interface Device Profile.

	  Say Y here to compile HIDP support into the kernel or say M to
	  compile it as module (hidp).

2017-02-08 10:09:23 +0100 commitaad1e812eee31a0e075709c247577b0328a6deab (patch) tree9a2f13a65ff8d1f480fb3fc7b5dbb05ffd754912 /net/wireless parent66cd794e3c30b8af3b6befe42a378557efb3114a (diff)
nl80211: fix validation of scheduled scan info for wowlan netdetect
For wowlan netdetect a separate limit is defined for the number of matchsets. Currently, this limit is ignored and the regular limit for scheduled scan matchsets, ie. struct wiphy::max_match_sets, is used for the net-detect case as well. Cc: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Hante Meuleman <hante.meuleman@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieter-paul.giesberts@broadcom.com> Reviewed-by: Franky Lin <franky.lin@broadcom.com> Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
-rw-r--r--net/wireless/nl80211.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c