mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-16 09:06:02 +00:00
9 lines
241 B
C
Executable File
9 lines
241 B
C
Executable File
#ifndef __BACKPORT_NET_MAC80211_H
|
|
#define __BACKPORT_NET_MAC80211_H
|
|
|
|
/* on some kernels, libipw also uses this, so override */
|
|
#define ieee80211_rx mac80211_ieee80211_rx
|
|
#include_next <net/mac80211.h>
|
|
|
|
#endif /* __BACKPORT_NET_MAC80211_H */
|