]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: wlan-ng: Update prism2_set_tx_power() to use mBm
authorChristoph Fritz <chf.fritz@googlemail.com>
Mon, 2 Aug 2010 19:53:35 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 21:18:29 +0000 (14:18 -0700)
Commit fa61cf70a6ae1089e459e4b59b2e8d8e90d8535e updates nl80211's function
.set_tx_power to use mBm units instead of dBm for greater accuracy and
smaller power levels.

This patchs updates prism2_set_tx_power() accordingly.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/cfg80211.c

index d32875a7ef94998f01c1a9225edf4b6b6b239b21..368c30a9d5ffa6da6e7a2065a279fc9825357239 100644 (file)
@@ -621,8 +621,8 @@ int prism2_leave_ibss(struct wiphy *wiphy, struct net_device *dev)
 }
 
 
-int prism2_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type,
-                       int dbm)
+int prism2_set_tx_power(struct wiphy *wiphy, enum nl80211_tx_power_setting type,
+                       int mbm)
 {
        struct prism2_wiphy_private *priv = wiphy_priv(wiphy);
        wlandevice_t *wlandev = priv->wlandev;
@@ -630,10 +630,10 @@ int prism2_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type,
        int result;
        int err = 0;
 
-       if (type == TX_POWER_AUTOMATIC)
+       if (type == NL80211_TX_POWER_AUTOMATIC)
                data = 30;
        else
-               data = dbm;
+               data = MBM_TO_DBM(mbm);
 
        result = prism2_domibset_uint32(wlandev,
                DIDmib_dot11phy_dot11PhyTxPowerTable_dot11CurrentTxPowerLevel,