Date: Sat, 25 Feb 2017 00:41:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 181694] [iwn] [suspend/resume] [patch] Initialize hardware in iwn(4) resume code Message-ID: <bug-181694-21060-i74WPeDKoF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-181694-21060@https.bugs.freebsd.org/bugzilla/> References: <bug-181694-21060@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D181694 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: avos Date: Sat Feb 25 00:40:50 UTC 2017 New revision: 314234 URL: https://svnweb.freebsd.org/changeset/base/314234 Log: iwn: some initialization / RF switch state change fixes. - Check return code from initialization path; otherwise, vap state may be wrong after an error. - Do not try to run iwn_stop() / iwn_init() multiple times. - Merge iwn_radio_on/off() and move RFKILL bit check into the task. - Try to handle possible RF switch state change in S3 state (PR 181694). PR: 181694 Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D9797 Changes: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwnvar.h --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-181694-21060-i74WPeDKoF>