ath_is_mybeacon
bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
if (ath_is_mybeacon(common, (struct ieee80211_hdr *)skb->data)) {
rx_stats.is_mybeacon = ath_is_mybeacon(common, hdr);
if (ath_is_mybeacon(common, hdr)) {
if (!ath_is_mybeacon(common, hdr) || !common->curaid)
EXPORT_SYMBOL(ath_is_mybeacon);