p54_rx
int p54_rx(struct ieee80211_hw *dev, struct sk_buff *skb);
if (p54_rx(dev, skb)) {
if (p54_rx(priv->hw, skb) == 0)
EXPORT_SYMBOL_GPL(p54_rx);