While reviewing setting tx power I noticed some drivers had this busted by assuming we passed dBm while we actually pass the value in mBm from cfg80211. Would it be better to simply define a typedef here to avoid other bogus uses later? Luis R. Rodriguez (5): cfg80211: clarify set tx power mBm documentation ath6kl: fix ath6kl's set tx power brcm80211: fix usage of set tx power brcm80211: avoid code duplication on set tx power mwifiex: fix usage of set tx power drivers/net/wireless/ath/ath6kl/cfg80211.c | 3 ++- .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 9 ++------- drivers/net/wireless/mwifiex/cfg80211.c | 3 ++- include/net/cfg80211.h | 3 ++- 4 files changed, 8 insertions(+), 10 deletions(-) -- 1.7.4.15.g7811d -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html