diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 682d02521bbc..7a2aea56f195 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -137,7 +137,7 @@ static inline bool dev_xmit_complete(int rc) | |||
137 | * used. | 137 | * used. |
138 | */ | 138 | */ |
139 | 139 | ||
140 | #if defined(CONFIG_WLAN_80211) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) | 140 | #if defined(CONFIG_WLAN) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) |
141 | # if defined(CONFIG_MAC80211_MESH) | 141 | # if defined(CONFIG_MAC80211_MESH) |
142 | # define LL_MAX_HEADER 128 | 142 | # define LL_MAX_HEADER 128 |
143 | # else | 143 | # else |