Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278453
b: refs/heads/master
c: 742c29f
h: refs/heads/master
i:
  278451: 6d6e59d
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 30, 2011
1 parent cb3c2bb commit 750e314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e957abb60e293761d47d647b811d8547ebfbf5c3
refs/heads/master: 742c29fd5bcd73f14facd6c7f3912c5ab66739ed
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev,
static int
mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy,
enum nl80211_tx_power_setting type,
int dbm)
int mbm)
{
struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
struct mwifiex_power_cfg power_cfg;
int dbm = MBM_TO_DBM(mbm);

if (type == NL80211_TX_POWER_FIXED) {
power_cfg.is_power_auto = 0;
Expand Down

0 comments on commit 750e314

Please sign in to comment.