|
@@ -17,6 +17,7 @@
|
|
#ifndef ATH_H
|
|
#ifndef ATH_H
|
|
#define ATH_H
|
|
#define ATH_H
|
|
|
|
|
|
|
|
+#include <linux/etherdevice.h>
|
|
#include <linux/skbuff.h>
|
|
#include <linux/skbuff.h>
|
|
#include <linux/if_ether.h>
|
|
#include <linux/if_ether.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/spinlock.h>
|
|
@@ -165,6 +166,7 @@ struct ath_common {
|
|
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
|
|
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
|
|
u32 len,
|
|
u32 len,
|
|
gfp_t gfp_mask);
|
|
gfp_t gfp_mask);
|
|
|
|
+bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
|
|
|
|
|
|
void ath_hw_setbssidmask(struct ath_common *common);
|
|
void ath_hw_setbssidmask(struct ath_common *common);
|
|
void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key);
|
|
void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key);
|