diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2015-09-29 14:11:21 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-10-01 09:45:27 (GMT) |
commit | b658547dd58492d2e618650f9ae0b85466bb3e9e (patch) | |
tree | d776f6e3ad94420318afde9ac6ecc7ca67ed10b0 /hostapd/android.config | |
parent | e903d32d41213dec738a32538baee34f5548d03b (diff) | |
download | hostap-b658547dd58492d2e618650f9ae0b85466bb3e9e.zip hostap-b658547dd58492d2e618650f9ae0b85466bb3e9e.tar.gz hostap-b658547dd58492d2e618650f9ae0b85466bb3e9e.tar.bz2 |
nl80211: Add build option for QCA vendor extensions
This allows the binary sizes to be reduced if no support for nl80211
vendor extensions are needed.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 0b1d7c7..c2d8b22 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -25,6 +25,9 @@ #LIBS += -L$(LIBNL)/lib CONFIG_LIBNL20=y +# QCA vendor extensions to nl80211 +CONFIG_DRIVER_NL80211_QCA=y + # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y #CFLAGS += -I/usr/local/include |