Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172210
b: refs/heads/master
c: 2351178
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Nov 28, 2009
1 parent 5873e07 commit ef17980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0bed08de91c41b21447d704995a438d4536586ba
refs/heads/master: 2351178c52fedf1846c84b35418f4102487ec00e
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwmc3200wifi/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,12 +701,12 @@ static int __iwm_up(struct iwm_priv *iwm)

/*
* Read our SKU capabilities.
* If it's valid, we overwrite the wireless mode conf entry and the
* current profile one.
* If it's valid, we AND the configured wireless mode with the
* device EEPROM value as the current profile wireless mode.
*/
wireless_mode = iwm_eeprom_wireless_mode(iwm);
if (wireless_mode) {
iwm->conf.wireless_mode = wireless_mode;
iwm->conf.wireless_mode &= wireless_mode;
if (iwm->umac_profile)
iwm->umac_profile->wireless_mode =
iwm->conf.wireless_mode;
Expand Down

0 comments on commit ef17980

Please sign in to comment.