Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0521ecf3 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville
Browse files

rtlwifi: include mac80211.h from core.h



core.h references ieee80211_ops but doesn't include mac80211.h, which issues
a warning once mac80211-compat.h is taken into use.

Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarKalle Valo <kvalo@adurom.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9a066968
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,8 @@
#ifndef __RTL_CORE_H__
#ifndef __RTL_CORE_H__
#define __RTL_CORE_H__
#define __RTL_CORE_H__


#include <net/mac80211.h>

#define RTL_SUPPORTED_FILTERS		\
#define RTL_SUPPORTED_FILTERS		\
	(FIF_PROMISC_IN_BSS | \
	(FIF_PROMISC_IN_BSS | \
	FIF_ALLMULTI | FIF_CONTROL | \
	FIF_ALLMULTI | FIF_CONTROL | \