Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224619
b: refs/heads/master
c: 8befba6
h: refs/heads/master
i:
  224617: 582a96c
  224615: a9247e3
v: v3
  • Loading branch information
John W. Linville committed Nov 18, 2010
1 parent d2fff7c commit a0e6ace
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: 86107fd170bc379869250eb7e1bd393a3a70e8ae
refs/heads/master: 8befba6f2262a6e31d6e3bcf7d07ff46da444ec0
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwmc3200wifi/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ int iwm_scan_ssids(struct iwm_priv *iwm, struct cfg80211_ssid *ssids,
return ret;
}

iwm->scan_id = iwm->scan_id++ % IWM_SCAN_ID_MAX;
iwm->scan_id = (iwm->scan_id + 1) % IWM_SCAN_ID_MAX;

return 0;
}
Expand Down

0 comments on commit a0e6ace

Please sign in to comment.