Revision 8e8e9198920ddfa920191069ae02eba75d39e653 authored by Malcolm Priestley on 09 July 2015, 16:01:24 UTC, committed by Greg Kroah-Hartman on 15 July 2015, 02:34:57 UTC
Sometimes bssid can go null on failed association.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Cc: <stable@vger.kernel.org> # v3.19+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8c5dfdb
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top