|
@@ -497,7 +497,7 @@ int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv,
|
|
|
/* jkriegl: only process signal/noise if requested by iwspy */
|
|
|
if (wlandev->spy_number)
|
|
|
orinoco_spy_gather(wlandev, eth_hdr(skb)->h_source,
|
|
|
- P80211SKB_RXMETA(skb));
|
|
|
+ p80211skb_rxmeta(skb));
|
|
|
|
|
|
/* Free the metadata */
|
|
|
p80211skb_rxmeta_detach(skb);
|
|
@@ -605,7 +605,7 @@ int p80211skb_rxmeta_attach(struct wlandevice *wlandev, struct sk_buff *skb)
|
|
|
struct p80211_frmmeta *frmmeta;
|
|
|
|
|
|
/* If these already have metadata, we error out! */
|
|
|
- if (P80211SKB_RXMETA(skb)) {
|
|
|
+ if (p80211skb_rxmeta(skb)) {
|
|
|
netdev_err(wlandev->netdev,
|
|
|
"%s: RXmeta already attached!\n", wlandev->name);
|
|
|
result = 0;
|