diff options
author | ql147931 <none@none> | 2007-04-25 09:46:41 -0700 |
---|---|---|
committer | ql147931 <none@none> | 2007-04-25 09:46:41 -0700 |
commit | 3b608f655bd09bfb0ba6b14bb23ec70acc77814c (patch) | |
tree | 2d3e2e62ede07f665ee77a6561c6b1830c264636 /usr/src | |
parent | 02349311a58af96d2d9eb38315a78c6d23871bcf (diff) | |
download | illumos-gate-3b608f655bd09bfb0ba6b14bb23ec70acc77814c.tar.gz |
6548772 iwi plays dead in snv_62
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/iwi/ipw2200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/iwi/ipw2200.c b/usr/src/uts/common/io/iwi/ipw2200.c index 499d1a0422..43cf9ac3be 100644 --- a/usr/src/uts/common/io/iwi/ipw2200.c +++ b/usr/src/uts/common/io/iwi/ipw2200.c @@ -1452,6 +1452,7 @@ ipw2200_start_scan(struct ipw2200_softc *sc) } } *(ch - cnt) = IPW2200_CHAN_5GHZ | (uint8_t)cnt; + ch = (cnt > 0) ? (ch + 1) : (scan.channels); /* * Compact supported channel number(2G) into a single buffer |