Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
D802_11.h37 u16 frame_control;// needs to be subtyped member
/linux-2.4.37.9/drivers/net/
Daironet4500_core.c1414 if ( rx_buff->u.rx.ieee_802_11.frame_control == 0x8 ) in awc_802_11_router_rx()
1702 fid->u.tx.ieee_802_11.frame_control = 0x8; in awc_802_11_tx_find_path_and_post()
1709 fid->u.tx.ieee_802_11.frame_control = 0x108; in awc_802_11_tx_find_path_and_post()
1746 fid->u.tx.ieee_802_11.frame_control = 0x8; in awc_802_11_tx_find_path_and_post()
1948 DEBUG(128, "rx receive 802_11 header, framecontrol %x \n",rx_buff->u.rx.ieee_802_11.frame_control); in awc_receive_packet()