Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 09:46:56 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        freebsd-wireless@freebsd.org, freebsd-current@freebsd.org
Subject:   [patch] iwi(4) suspend/resume broken
Message-ID:  <20120314.094656.92589124.iwasaki@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi,

I've noticed that iwi(4) doesn't have ieee80211_new_state(IEEE80211_S_INIT)
in iwi_stop_locked() since 8.0-RELEASE (comparing with RELENG_7's).

It seems that this prevent if_iwi from working properly after resuming,
no data frames were sent.

The patches is available at:
http://people.freebsd.org/~iwasaki/iwi/iwi-20120314.diff

Now that iwi(4) is working well for me :)

I'll commit this coming weekend if there are no objections.

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120314.094656.92589124.iwasaki>