Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rtl_hal_usbint_cfg Struct Reference

#include <wifi.h>

Data Fields

u32 in_ep_num
 
u32 rx_urb_num
 
u32 rx_max_size
 
void(* usb_rx_hdl )(struct ieee80211_hw *, struct sk_buff *)
 
void(* usb_rx_segregate_hdl )(struct ieee80211_hw *, struct sk_buff *, struct sk_buff_head *)
 
void(* usb_tx_cleanup )(struct ieee80211_hw *, struct sk_buff *)
 
int(* usb_tx_post_hdl )(struct ieee80211_hw *, struct urb *, struct sk_buff *)
 
struct sk_buff *(* usb_tx_aggregate_hdl )(struct ieee80211_hw *, struct sk_buff_head *)
 
int(* usb_endpoint_mapping )(struct ieee80211_hw *hw)
 
u16(* usb_mq_to_hwq )(__le16 fc, u16 mac80211_queue_index)
 

Detailed Description

Definition at line 1550 of file wifi.h.

Field Documentation

u32 in_ep_num

Definition at line 1552 of file wifi.h.

u32 rx_max_size

Definition at line 1554 of file wifi.h.

u32 rx_urb_num

Definition at line 1553 of file wifi.h.

int(* usb_endpoint_mapping)(struct ieee80211_hw *hw)

Definition at line 1569 of file wifi.h.

u16(* usb_mq_to_hwq)(__le16 fc, u16 mac80211_queue_index)

Definition at line 1570 of file wifi.h.

void(* usb_rx_hdl)(struct ieee80211_hw *, struct sk_buff *)

Definition at line 1557 of file wifi.h.

void(* usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, struct sk_buff_head *)

Definition at line 1558 of file wifi.h.

struct sk_buff*(* usb_tx_aggregate_hdl)(struct ieee80211_hw *, struct sk_buff_head *)
read

Definition at line 1565 of file wifi.h.

void(* usb_tx_cleanup)(struct ieee80211_hw *, struct sk_buff *)

Definition at line 1562 of file wifi.h.

int(* usb_tx_post_hdl)(struct ieee80211_hw *, struct urb *, struct sk_buff *)

Definition at line 1563 of file wifi.h.


The documentation for this struct was generated from the following file: