Home
last modified time | relevance | path

Searched defs:ieee80211_device (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/staging/rtl8187se/ieee80211/
Dieee80211.h881 struct ieee80211_device { struct
882 struct net_device *dev;
885 struct net_device_stats stats;
886 struct ieee80211_stats ieee_stats;
887 struct ieee80211_softmac_stats softmac_stats;
890 struct list_head network_free_list;
891 struct list_head network_list;
892 struct ieee80211_network *networks;
893 int scans;
894 int scan_age;
[all …]
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1802 struct ieee80211_device { struct
1819 //11n spec related I wonder if These info structure need to be moved out of ieee80211_device argument
1822 PRT_HIGH_THROUGHPUT pHTInfo;
1825 spinlock_t bw_spinlock;
1827 spinlock_t reorder_spinlock;
1830 u8 Regdot11HTOperationalRateSet[16]; //use RATR format
1831 u8 dot11HTOperationalRateSet[16]; //use RATR format
1832 u8 RegHTSuppRateSet[16];
1833 u8 HTCurrentOperaRate;
1834 u8 HTHighestOperaRate;
[all …]