]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: Kconfig: add missing dependency for airo_cs
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Mar 2014 14:05:25 +0000 (15:05 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Mar 2014 18:49:15 +0000 (14:49 -0400)
commit9d348d1a4dd704c2b36355e6266541529c7e4e5d
tree02c1f0bc984ce5a9487d92b31bd6df8b78c9beb0
parenta780bd0493fd13c94cae0c7cac06734dddc1228b
wireless: Kconfig: add missing dependency for airo_cs

commit 5c5778d4e9e50 "wireless: Kconfig: add missing dependency" added a number
of 'depends on CFG80211' statements, but missed the AIRO_CS driver that
also causes the airo.c file to be built. This adds the (hopefully) last
such missing statement

Cc: "Zhao, Gang" <gamerh2o@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/Kconfig