Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249654
b: refs/heads/master
c: f9aea9f
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 964a6a4 commit 0f4fe5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 40bee8c1f1e78f8fefe69bb320cd991c88a497bb
refs/heads/master: f9aea9fd2d03bd6b51a38d9866cf2b527966236c
6 changes: 4 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmsmac/wlc_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ static void wlc_channel_min_txpower_limits_with_local_constraint(wlc_cm_info_t *
*txpwr,
u8
local_constraint_qdbm);
static void wlc_locale_add_channels(chanvec_t *target, const chanvec_t *channels);
static void wlc_locale_add_channels(chanvec_t *target,
const chanvec_t *channels);
static const locale_mimo_info_t *wlc_get_mimo_2g(u8 locale_idx);
static const locale_mimo_info_t *wlc_get_mimo_5g(u8 locale_idx);

Expand Down Expand Up @@ -397,7 +398,8 @@ static const chanvec_t *g_table_locale_base[] = {
&locale_5g_HIGH4
};

static void wlc_locale_add_channels(chanvec_t *target, const chanvec_t *channels)
static void wlc_locale_add_channels(chanvec_t *target,
const chanvec_t *channels)
{
u8 i;
for (i = 0; i < sizeof(chanvec_t); i++) {
Expand Down

0 comments on commit 0f4fe5c

Please sign in to comment.