diff options
author | Quaker Fang <Quaker.Fang@Sun.COM> | 2009-12-02 11:11:14 +0800 |
---|---|---|
committer | Quaker Fang <Quaker.Fang@Sun.COM> | 2009-12-02 11:11:14 +0800 |
commit | 216e0daa70a0058c5dc883bc667cd6925015df0a (patch) | |
tree | c9923faacf1499d212d0ddf9a71179e899b9e692 /usr/src/uts/common/io/net80211/net80211_input.c | |
parent | e8f5b3f5917b8c9ec939f5a505922bab6e7b6f3f (diff) | |
download | illumos-gate-216e0daa70a0058c5dc883bc667cd6925015df0a.tar.gz |
6877201 iwh driver takes forever to find new AP when moving out of range
6892870 dladm scan-wifi continues to show excellent signal strength after wireless hub has been powered off
Diffstat (limited to 'usr/src/uts/common/io/net80211/net80211_input.c')
-rw-r--r-- | usr/src/uts/common/io/net80211/net80211_input.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/net80211/net80211_input.c b/usr/src/uts/common/io/net80211/net80211_input.c index 7e720932e6..899e40f312 100644 --- a/usr/src/uts/common/io/net80211/net80211_input.c +++ b/usr/src/uts/common/io/net80211/net80211_input.c @@ -836,6 +836,8 @@ ieee80211_recv_beacon(ieee80211com_t *ic, mblk_t *mp, struct ieee80211_node *in, frm = (uint8_t *)&wh[1]; efrm = (uint8_t *)mp->b_wptr; + ic->ic_beaconmiss = 0; /* clear beacon miss counter */ + /* * We process beacon/probe response frames: * o when scanning, or |