Home
last modified time | relevance | path

Searched refs:ieee_802_3 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Daironet4500_core.c1410 rx_buff->mac = rx_buff->u.rx.ieee_802_3.dst_mac; in awc_802_11_router_rx()
1623 memset(&fid->u.tx.ieee_802_3, 0,sizeof(struct ieee_802_3_header)); in awc_802_11_tx_find_path_and_post()
1693 fid->u.tx.ieee_802_3.payload_length = len -12 ; in awc_802_11_tx_find_path_and_post()
1714 fid->u.tx.ieee_802_3.payload_length = len -12; in awc_802_11_tx_find_path_and_post()
1718 memcpy(fid->u.tx.ieee_802_3.dst_mac,skb->data, 12); in awc_802_11_tx_find_path_and_post()
1733 fid->u.tx.ieee_802_3.payload_length = fid->u.tx.radio_tx.PayloadLength ; in awc_802_11_tx_find_path_and_post()
1748 memcpy(fid->u.tx.ieee_802_3.dst_mac,priv->p2p, 6); in awc_802_11_tx_find_path_and_post()
1749 memcpy(fid->u.tx.ieee_802_3.src_mac,dev->dev_addr, 6); in awc_802_11_tx_find_path_and_post()
1757 priv->stats.tx_bytes += fid->u.tx.ieee_802_3.payload_length; in awc_802_11_tx_find_path_and_post()
1974 cmd.buff = &(rx_buff->u.rx.ieee_802_3); in awc_receive_packet()
[all …]
Daironet4500.h389 struct ieee_802_3_header ieee_802_3; member
403 struct ieee_802_3_header ieee_802_3; member