diff options
author | Luis R. Rodriguez <mcgrof@qca.qualcomm.com> | 2011-11-28 16:38:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-30 15:08:28 -0500 |
commit | 1432de0784fc745dd2ed334d8d90f888a9ed3d8a (patch) | |
tree | 8e1d2f25f718ca8ac1374e2b82a77abde93aa30f /include/net/cfg80211.h | |
parent | 98ef55f66f791a04877c9e0a272a8c50cceaf9a5 (diff) |
cfg80211: clarify set tx power mBm documentation
Tons of drivers missed that we use mBm and not dBm...
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index ce6236b5473d..f0e82b2e4227 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1402,7 +1402,8 @@ struct cfg80211_gtk_rekey_data { | |||
1402 | * have changed. The actual parameter values are available in | 1402 | * have changed. The actual parameter values are available in |
1403 | * struct wiphy. If returning an error, no value should be changed. | 1403 | * struct wiphy. If returning an error, no value should be changed. |
1404 | * | 1404 | * |
1405 | * @set_tx_power: set the transmit power according to the parameters | 1405 | * @set_tx_power: set the transmit power according to the parameters, |
1406 | * the power passed is in mBm, to get dBm use MBM_TO_DBM(). | ||
1406 | * @get_tx_power: store the current TX power into the dbm variable; | 1407 | * @get_tx_power: store the current TX power into the dbm variable; |
1407 | * return 0 if successful | 1408 | * return 0 if successful |
1408 | * | 1409 | * |