xref: /haiku/src/libs/compat/freebsd_wlan/net80211/opt_wlan.h (revision 753c7e0805fa38e422339966ddc4d6d71944a040)
1*753c7e08SAugustin Cavalier #ifndef _FBSD_COMPAT_NET80211_OPT_WLAN_H_
2*753c7e08SAugustin Cavalier #define _FBSD_COMPAT_NET80211_OPT_WLAN_H_
3*753c7e08SAugustin Cavalier 
4*753c7e08SAugustin Cavalier #define IEEE80211_DEBUG 1
5*753c7e08SAugustin Cavalier //#define IEEE80211_AMDPU_AGE 1
6*753c7e08SAugustin Cavalier //#define IEEE80211_SUPPORT_MESH 1
7*753c7e08SAugustin Cavalier 
8*753c7e08SAugustin Cavalier #endif /* _FBSD_COMPAT_NET80211_OPT_WLAN_H_ */
9