Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291125
b: refs/heads/master
c: eb416ad
h: refs/heads/master
i:
  291123: ecda903
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Mar 5, 2012
1 parent 35d65d5 commit d3219e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: f384b3dddc727b1cbd77e493c24d7fefa883396a
refs/heads/master: eb416ad37db897efe9b2a5b79bd671f5966fa443
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ static struct ieee80211_rate mwifiex_rates[] = {
{.bitrate = 20, .hw_value = 4, },
{.bitrate = 55, .hw_value = 11, },
{.bitrate = 110, .hw_value = 22, },
{.bitrate = 220, .hw_value = 44, },
{.bitrate = 60, .hw_value = 12, },
{.bitrate = 90, .hw_value = 18, },
{.bitrate = 120, .hw_value = 24, },
Expand All @@ -622,7 +621,6 @@ static struct ieee80211_rate mwifiex_rates[] = {
{.bitrate = 360, .hw_value = 72, },
{.bitrate = 480, .hw_value = 96, },
{.bitrate = 540, .hw_value = 108, },
{.bitrate = 720, .hw_value = 144, },
};

/* Channel definitions to be advertised to cfg80211 */
Expand Down Expand Up @@ -688,8 +686,8 @@ static struct ieee80211_channel mwifiex_channels_5ghz[] = {
static struct ieee80211_supported_band mwifiex_band_5ghz = {
.channels = mwifiex_channels_5ghz,
.n_channels = ARRAY_SIZE(mwifiex_channels_5ghz),
.bitrates = mwifiex_rates - 4,
.n_bitrates = ARRAY_SIZE(mwifiex_rates) + 4,
.bitrates = mwifiex_rates + 4,
.n_bitrates = ARRAY_SIZE(mwifiex_rates) - 4,
};


Expand Down

0 comments on commit d3219e5

Please sign in to comment.