Searched refs:mbm (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dcfg.c1320 enum nl80211_tx_power_setting type, int mbm)
1331 if (mbm < 0 || (mbm % 100))
1333 local->user_power_level = MBM_TO_DBM(mbm);
1336 if (mbm < 0 || (mbm % 100))
1339 if (MBM_TO_DBM(mbm) > chan->max_power)
1341 local->user_power_level = MBM_TO_DBM(mbm);
1319 ieee80211_set_tx_power(struct wiphy *wiphy, enum nl80211_tx_power_setting type, int mbm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c673 enum nl80211_tx_power_setting type, int mbm)
682 if (mbm < 0 || (mbm % 100))
690 MBM_TO_DBM(mbm) * 2);
672 iwm_cfg80211_set_txpower(struct wiphy *wiphy, enum nl80211_tx_power_setting type, int mbm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dcfg80211.c626 int mbm)
637 data = MBM_TO_DBM(mbm);
625 prism2_set_tx_power(struct wiphy *wiphy, enum nl80211_tx_power_setting type, int mbm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c525 int mbm);
1862 int mbm)
1867 netdev_dbg(usbdev->net, "%s(): type:0x%x mbm:%i\n",
1868 __func__, type, mbm);
1870 if (mbm < 0 || (mbm % 100))
1878 MBM_TO_DBM(mbm) == get_bcm4320_power_dbm(priv)) {
1860 rndis_set_tx_power(struct wiphy *wiphy, enum nl80211_tx_power_setting type, int mbm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h1139 enum nl80211_tx_power_setting type, int mbm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c875 int idx, mbm = 0; local
893 mbm = nla_get_u32(info->attrs[idx]);
896 result = rdev->ops->set_tx_power(&rdev->wiphy, type, mbm);

Completed in 111 milliseconds