From: Juuso Oikarinen Date: Wed, 23 Jun 2010 09:12:37 +0000 (+0300) Subject: cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units X-Git-Tag: v2.6.36-rc1~571^2~385^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa61cf70a6ae1089e459e4b59b2e8d8e90d8535e;p=pandora-kernel.git cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units In preparation for a TX power setting interface in the nl80211, change the .set_tx_power function to use mBm units instead of dBm for greater accuracy and smaller power levels. Also, already in advance move the tx_power_setting enumeration to nl80211. This change affects the .tx_set_power function prototype. As a result, the corresponding changes are needed to modules using it. These are mac80211, iwmc3200wifi and rndis_wlan. Cc: Samuel Ortiz Cc: Jussi Kivilinna Signed-off-by: Juuso Oikarinen Acked-by: Samuel Ortiz Acked-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed