Searched defs:ieee80211_device (Results 1 – 2 of 2) sorted by relevance
881 struct ieee80211_device { struct882 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 …]
1802 struct ieee80211_device { struct1819 //11n spec related I wonder if These info structure need to be moved out of ieee80211_device argument1822 PRT_HIGH_THROUGHPUT pHTInfo;1825 spinlock_t bw_spinlock;1827 spinlock_t reorder_spinlock;1830 u8 Regdot11HTOperationalRateSet[16]; //use RATR format1831 u8 dot11HTOperationalRateSet[16]; //use RATR format1832 u8 RegHTSuppRateSet[16];1833 u8 HTCurrentOperaRate;1834 u8 HTHighestOperaRate;[all …]