diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-01-27 14:59:25 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-30 15:48:23 -0500 |
commit | d273bb20c00340748e3ca9730f87524ec5abbd64 (patch) | |
tree | ab67a4c86f76434b318c3177e4f974c188b497d8 /drivers/net/wireless/rtlwifi/core.h | |
parent | 608383bfc04aa222c3e9e896c32f56a5e5deaff0 (diff) |
rtlwifi: Move pr_fmt macros to a single location
Although the rtlwifi family of devices contains 11 copies of the pr_fmt
macro, the macro is not defined for all routines that need it. By moving
the macro to wifi.h, a single copy is available for all routines.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/core.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/core.h b/drivers/net/wireless/rtlwifi/core.h index a45c3892e363..57569e0e3d47 100644 --- a/drivers/net/wireless/rtlwifi/core.h +++ b/drivers/net/wireless/rtlwifi/core.h | |||
@@ -30,8 +30,6 @@ | |||
30 | #ifndef __RTL_CORE_H__ | 30 | #ifndef __RTL_CORE_H__ |
31 | #define __RTL_CORE_H__ | 31 | #define __RTL_CORE_H__ |
32 | 32 | ||
33 | #include <net/mac80211.h> | ||
34 | |||
35 | #define RTL_SUPPORTED_FILTERS \ | 33 | #define RTL_SUPPORTED_FILTERS \ |
36 | (FIF_PROMISC_IN_BSS | \ | 34 | (FIF_PROMISC_IN_BSS | \ |
37 | FIF_ALLMULTI | FIF_CONTROL | \ | 35 | FIF_ALLMULTI | FIF_CONTROL | \ |