Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265995
b: refs/heads/master
c: 56e6786
h: refs/heads/master
i:
  265993: 661297c
  265991: ea4c231
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Sep 13, 2011
1 parent d1e0948 commit 6a40743
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: f84f234c6417e3d60b1cfeaf9d16c3bd1c8fe2a5
refs/heads/master: 56e6786e59cba2c714091ed53deffa6001a32841
3 changes: 2 additions & 1 deletion trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,10 @@ static void chan_reg_rule_print_dbg(struct ieee80211_channel *chan,
chan->center_freq,
KHZ_TO_MHZ(desired_bw_khz));

REG_DBG_PRINT("%d KHz - %d KHz @ KHz), (%s mBi, %d mBm)\n",
REG_DBG_PRINT("%d KHz - %d KHz @ %d KHz), (%s mBi, %d mBm)\n",
freq_range->start_freq_khz,
freq_range->end_freq_khz,
freq_range->max_bandwidth_khz,
max_antenna_gain,
power_rule->max_eirp);
}
Expand Down

0 comments on commit 6a40743

Please sign in to comment.