NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52553 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/52553; it has been noted by GNATS.

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52553 CVS commit: src/sys/dev/usb
Date: Sat, 23 Sep 2017 14:27:44 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Sat Sep 23 14:27:44 UTC 2017
 
 Modified Files:
 	src/sys/dev/usb: if_athn_usb.c
 
 Log Message:
 PR/52553 Panic on "ifconfig athn0 up"
 
 Don't race for a transfer in athn_usb_init on the free list for beacons.
 Instead pre-assign a transfer to beacons in athn_usb_alloc_tx_list
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 src/sys/dev/usb/if_athn_usb.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index