Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342141
b: refs/heads/master
c: e7d83ed
h: refs/heads/master
i:
  342139: 44eda52
v: v3
  • Loading branch information
Johannes Berg committed Dec 7, 2012
1 parent 7679d7d commit c58e0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 50c16e2251b63224c05e35d80d434a479a312b4a
refs/heads/master: e7d83ed8d0c486fc342e93291e31b3283e3721e7
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext-compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int cfg80211_wext_giwrange(struct net_device *dev,
case CFG80211_SIGNAL_TYPE_NONE:
break;
case CFG80211_SIGNAL_TYPE_MBM:
range->max_qual.level = -110;
range->max_qual.level = (u8)-110;
range->max_qual.qual = 70;
range->avg_qual.qual = 35;
range->max_qual.updated |= IW_QUAL_DBM;
Expand Down

0 comments on commit c58e0d2

Please sign in to comment.