Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57711
b: refs/heads/master
c: 0107136
h: refs/heads/master
i:
  57709: 6c1c564
  57707: 3337ad2
  57703: ae321e4
  57695: 9109e66
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 11, 2007
1 parent 372742d commit 2f3a910
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: c9aca9da026036306aa00a928f6acb4b94eb3c33
refs/heads/master: 0107136c04290ddd765adc568fe7a335d355d17e
2 changes: 1 addition & 1 deletion trunk/net/mac80211/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ DEBUGFS_READONLY_FILE(wep_iv, 20, "%#06x",
local->wep_iv & 0xffffff);
DEBUGFS_READONLY_FILE(tx_power_reduction, 20, "%d.%d dBm",
local->hw.conf.tx_power_reduction / 10,
local->hw.conf.tx_power_reduction & 10);
local->hw.conf.tx_power_reduction % 10);
DEBUGFS_READONLY_FILE(rate_ctrl_alg, 100, "%s",
local->rate_ctrl ? local->rate_ctrl->ops->name : "<unset>");

Expand Down

0 comments on commit 2f3a910

Please sign in to comment.