Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90183
b: refs/heads/master
c: 35cdeaf
h: refs/heads/master
i:
  90181: 1d1d98b
  90179: 125537a
  90175: d4d0d48
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Mar 13, 2008
1 parent 60b9817 commit 0a7fc95
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0310ae721d1b7aaf10dd8b712a3a83c355786970
refs/heads/master: 35cdeaf4103b9a5c8a86899a5ed12a86c6a12a37
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -5450,8 +5450,9 @@ static void iwl4965_init_hw_rates(struct iwl4965_priv *priv,
/*
* If CCK != 1M then set short preamble rate flag.
*/
rates[i].flags |= (iwl4965_rates[i].plcp == 10) ?
0 : IEEE80211_RATE_SHORT_PREAMBLE;
rates[i].flags |=
(iwl4965_rates[i].plcp == IWL_RATE_1M_PLCP) ?
0 : IEEE80211_RATE_SHORT_PREAMBLE;
}
}
}
Expand Down

0 comments on commit 0a7fc95

Please sign in to comment.