ieee80211_cqm_beacon_loss_notify
ieee80211_cqm_beacon_loss_notify(vif, GFP_ATOMIC);
ieee80211_cqm_beacon_loss_notify(vif, GFP_ATOMIC);
ieee80211_cqm_beacon_loss_notify(vif, GFP_KERNEL);
void ieee80211_cqm_beacon_loss_notify(struct ieee80211_vif *vif, gfp_t gfp);
EXPORT_SYMBOL(ieee80211_cqm_beacon_loss_notify);
ieee80211_cqm_beacon_loss_notify(&sdata->vif, GFP_KERNEL);