OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Disable FILS support, since it pulls in crypto hash support |
2 | |||
3 | --- a/net/mac80211/fils_aead.h |
||
4 | +++ b/net/mac80211/fils_aead.h |
||
5 | @@ -10,7 +10,7 @@ |
||
6 | #ifndef FILS_AEAD_H |
||
7 | #define FILS_AEAD_H |
||
8 | |||
9 | -#if LINUX_VERSION_IS_GEQ(4,3,0) |
||
10 | +#if 0 /* LINUX_VERSION_IS_GEQ(4,3,0) */ |
||
11 | int fils_encrypt_assoc_req(struct sk_buff *skb, |
||
12 | struct ieee80211_mgd_assoc_data *assoc_data); |
||
13 | int fils_decrypt_assoc_resp(struct ieee80211_sub_if_data *sdata, |
||
14 | --- a/net/mac80211/fils_aead.c |
||
15 | +++ b/net/mac80211/fils_aead.c |
||
16 | @@ -1,4 +1,4 @@ |
||
17 | -#if LINUX_VERSION_IS_GEQ(4,3,0) |
||
18 | +#if 0 /* LINUX_VERSION_IS_GEQ(4,3,0) */ |
||
19 | /* |
||
20 | * FILS AEAD for (Re)Association Request/Response frames |
||
21 | * Copyright 2016, Qualcomm Atheros, Inc. |
||
22 | --- a/net/mac80211/main.c |
||
23 | +++ b/net/mac80211/main.c |
||
24 | @@ -570,7 +570,7 @@ struct ieee80211_hw *ieee80211_alloc_hw_ |
||
25 | NL80211_FEATURE_MAC_ON_CREATE | |
||
26 | NL80211_FEATURE_USERSPACE_MPM | |
||
27 | NL80211_FEATURE_FULL_AP_CLIENT_STATE; |
||
28 | -#if LINUX_VERSION_IS_GEQ(4,3,0) |
||
29 | +#if 0 /* LINUX_VERSION_IS_GEQ(4,3,0) */ |
||
30 | wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_FILS_STA); |
||
31 | #endif |
||
32 | wiphy_ext_feature_set(wiphy, |