Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278451
b: refs/heads/master
c: d3f3113
h: refs/heads/master
i:
  278449: 99cdef8
  278447: b70dcd3
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 30, 2011
1 parent 8ba1f25 commit 6d6e59d
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: 1432de0784fc745dd2ed334d8d90f888a9ed3d8a
refs/heads/master: d3f311349adde6ac533f9acdee45c49ce20cdb12
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,14 +1429,15 @@ brcmf_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *ndev,

static s32
brcmf_cfg80211_set_tx_power(struct wiphy *wiphy,
enum nl80211_tx_power_setting type, s32 dbm)
enum nl80211_tx_power_setting type, s32 mbm)
{

struct brcmf_cfg80211_priv *cfg_priv = wiphy_to_cfg(wiphy);
struct net_device *ndev = cfg_to_ndev(cfg_priv);
u16 txpwrmw;
s32 err = 0;
s32 disable = 0;
s32 dbm = MBM_TO_DBM(mbm);

WL_TRACE("Enter\n");
if (!check_sys_up(wiphy))
Expand Down

0 comments on commit 6d6e59d

Please sign in to comment.