Searched refs:wlhdr (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_xmit.c211 const struct ieee80211_hdr_4addr *wlhdr)
234 dur = le16_to_cpu(wlhdr->duration_id);
258 //printk(BCM43xx_MACFMT " " BCM43xx_MACFMT " " BCM43xx_MACFMT "\n", BCM43xx_MACARG(wlhdr->addr1), BCM43xx_MACARG(wlhdr->addr2), BCM43xx_MACARG(wlhdr->addr3));
260 memcpy(txhdr->rts_cts_mac1, wlhdr->addr1, ETH_ALEN);
442 struct ieee80211_hdr_4addr *wlhdr; local
492 wlhdr = (struct ieee80211_hdr_4addr *)(skb->data);
496 if (memcmp(wlhdr->addr1, bcm->net_dev->dev_addr, ETH_ALEN) == 0 ||
497 memcmp(wlhdr
207 bcm43xx_generate_rts(const struct bcm43xx_phyinfo *phy, struct bcm43xx_txhdr *txhdr, u16 *flags, u8 bitrate, const struct ieee80211_hdr_4addr *wlhdr) argument
[all...]

Completed in 35 milliseconds