Searched refs:is_40mhz (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c403 static u32 ar9170_get_default_phy_reg_val(u32 reg, bool is_2ghz, bool is_40mhz) argument
411 if (is_40mhz)
416 if (is_40mhz)
430 bool is_2ghz, bool is_40mhz)
455 if (!is_40mhz) {
457 is_2ghz, is_40mhz);
464 defval = ar9170_get_default_phy_reg_val(0x1c5850, is_2ghz, is_40mhz);
470 defval = ar9170_get_default_phy_reg_val(0x1c5834, is_2ghz, is_40mhz);
476 defval = ar9170_get_default_phy_reg_val(0x1c5828, is_2ghz, is_40mhz);
481 defval = ar9170_get_default_phy_reg_val(0x1c8864, is_2ghz, is_40mhz);
429 ar9170_init_phy_from_eeprom(struct ar9170 *ar, bool is_2ghz, bool is_40mhz) argument
534 bool is_40mhz = conf_is_ht40(&ar->hw->conf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_common.h222 bool is_40mhz; member in struct:b43_phy
H A Dphy_n.c796 if (channel == 11 && dev->phy.is_40mhz)
926 if (!dev->phy.is_40mhz) {
942 if (!dev->phy.is_40mhz) {
957 dev->phy.is_40mhz)
962 code = dev->phy.is_40mhz ? 6 : 7;
1170 bw = (dev->phy.is_40mhz) ? 40 : 20;
1179 if (dev->phy.is_40mhz)
1222 if (!dev->phy.is_40mhz)
2311 if (dev->phy.is_40mhz) {
2667 if (dev->phy.is_40mhz) {
[all...]
H A Dmain.c3547 phy->is_40mhz =
3550 phy->is_40mhz = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-core.c466 if (!ht_conf->is_ht || !ht_conf->is_40mhz)
2046 ht_conf->is_40mhz = true;
2050 ht_conf->is_40mhz = true;
2054 ht_conf->is_40mhz = false;
2057 ht_conf->is_40mhz = false;
H A Diwl-agn.c3617 ht_conf->is_40mhz = true;
3621 ht_conf->is_40mhz = true;
3625 ht_conf->is_40mhz = false;
3628 ht_conf->is_40mhz = false;
H A Diwl-dev.h452 bool is_40mhz; member in struct:iwl_ht_config

Completed in 93 milliseconds