ath_rxbuf_alloc
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
skb = ath_rxbuf_alloc(common,
requeue_skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_ATOMIC);
skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_KERNEL);
skb = ath_rxbuf_alloc(common, common->rx_bufsize,
EXPORT_SYMBOL(ath_rxbuf_alloc);