Searched refs:tx_power_reduction (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs.c112 DEBUGFS_READONLY_FILE(tx_power_reduction, 20, "%d.%d dBm",
113 local->hw.conf.tx_power_reduction / 10,
114 local->hw.conf.tx_power_reduction % 10);
319 DEBUGFS_ADD(tx_power_reduction);
384 DEBUGFS_DEL(tx_power_reduction);
H A Dieee80211_i.h583 struct dentry *tx_power_reduction; member in struct:ieee80211_local::local_debugfsdentries
H A Dieee80211_ioctl.c1292 local->hw.conf.tx_power_reduction = value;
1415 *param = local->hw.conf.tx_power_reduction;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dmac80211.h291 short tx_power_reduction; /* in 0.1 dBm */ member in struct:ieee80211_conf

Completed in 49 milliseconds