Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291327
b: refs/heads/master
c: 8763848
h: refs/heads/master
i:
  291325: 3b94055
  291323: b75c9ca
  291319: 92eb402
  291311: cdaae00
  291295: fbd5e9c
  291263: a01e6fe
  291199: 669eebe
  291071: 3645cf7
  290815: ef80cab
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Mar 8, 2012
1 parent 9b9aca2 commit a10edc5
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: d11f0ca0121996461b17e93941e9dfa0a9eebbd1
refs/heads/master: 8763848e03a9098e5b6f81428a98738dc960a436
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ static struct ieee80211_supported_band mwifiex_band_2ghz = {
.channels = mwifiex_channels_2ghz,
.n_channels = ARRAY_SIZE(mwifiex_channels_2ghz),
.bitrates = mwifiex_rates,
.n_bitrates = 14,
.n_bitrates = ARRAY_SIZE(mwifiex_rates),
};

static struct ieee80211_channel mwifiex_channels_5ghz[] = {
Expand Down

0 comments on commit a10edc5

Please sign in to comment.