Home
last modified time | relevance | path

Searched refs:mcastpsq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.c322 skb_queue_head_init(&ar->mcastpsq); in ath6kl_core_create()
H A Dtxrx.c238 skb_queue_empty(&ar->mcastpsq); in ath6kl_powersave_ap()
239 skb_queue_tail(&ar->mcastpsq, skb); in ath6kl_powersave_ap()
259 if (!skb_queue_empty(&ar->mcastpsq)) in ath6kl_powersave_ap()
H A Dcore.h749 struct sk_buff_head mcastpsq; member
754 * FIXME: protects access to mcastpsq but is actually useless as