Searched refs:rate_info (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dphy.c2891 * supported by hw (what's inside rate_info). We need to limit
2902 struct ath5k_rate_pcal_info *rate_info,
2918 rates[i] = min(max_pwr, rate_info->target_power_6to24);
2921 rates[5] = min(rates[0], rate_info->target_power_36);
2922 rates[6] = min(rates[0], rate_info->target_power_48);
2923 rates[7] = min(rates[0], rate_info->target_power_54);
2927 rates[8] = min(rates[0], rate_info->target_power_6to24);
2929 rates[9] = min(rates[0], rate_info->target_power_36);
2931 rates[10] = min(rates[0], rate_info->target_power_36);
2933 rates[11] = min(rates[0], rate_info
2901 ath5k_setup_rate_powertable(struct ath5k_hw *ah, u16 max_pwr, struct ath5k_rate_pcal_info *rate_info, u8 ee_mode) argument
2977 struct ath5k_rate_pcal_info rate_info; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmwl8k.c806 __le16 rate_info; member in struct:mwl8k_rxd_sta
848 u16 rate_info; local
854 rate_info = le16_to_cpu(rxd->rate_info);
860 status->antenna = MWL8K_STA_RATE_INFO_ANTSELECT(rate_info);
861 status->rate_idx = MWL8K_STA_RATE_INFO_RATEID(rate_info);
863 if (rate_info & MWL8K_STA_RATE_INFO_SHORTPRE)
865 if (rate_info & MWL8K_STA_RATE_INFO_40MHZ)
867 if (rate_info & MWL8K_STA_RATE_INFO_SHORTGI)
869 if (rate_info
1125 __le16 rate_info; member in struct:mwl8k_tx_desc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dcore.h395 u16 cfg80211_calculate_bitrate(struct rate_info *rate);
H A Dutil.c833 u16 cfg80211_calculate_bitrate(struct rate_info *rate)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h381 * struct rate_info - bitrate information
389 struct rate_info { struct
425 struct rate_info txrate;

Completed in 116 milliseconds