FreeBSD Bugzilla – Attachment 136470 Details for
Bug 181694
[iwn] [suspend/resume] [patch] Initialize hardware in iwn(4) resume code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 405 bytes, created by
Brandon Gooch
on 2013-08-31 01:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brandon Gooch
Created:
2013-08-31 01:50:00 UTC
Size:
405 bytes
patch
obsolete
>Index: if_iwn.c >=================================================================== >--- if_iwn.c (revision 254635) >+++ if_iwn.c (working copy) >@@ -1030,6 +1030,10 @@ > /* Clear device-specific "PCI retry timeout" register (41h). */ > pci_write_config(dev, 0x41, 0, 1); > >+ /* Initialize the hardware */ >+ if (sc->sc_ifp->if_flags & IFF_UP) { >+ iwn_init(sc); >+ } > ieee80211_resume_all(ic); > return 0; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181694
: 136470