Re: carl9170 A-MPDU transmit problem

2013-03-07 Thread Seth Forshee
On Tue, Feb 26, 2013 at 10:50:21AM -0600, Seth Forshee wrote: > On Tue, Feb 26, 2013 at 12:30:58AM +0100, Christian Lamparter wrote: > > On Monday, February 25, 2013 09:19:03 PM Alan Stern wrote: > > > On Mon, 25 Feb 2013, Seth Forshee wrote: > > > > > > >f

Re: carl9170 A-MPDU transmit problem

2013-02-26 Thread Seth Forshee
On Tue, Feb 26, 2013 at 12:30:58AM +0100, Christian Lamparter wrote: > On Monday, February 25, 2013 09:19:03 PM Alan Stern wrote: > > On Mon, 25 Feb 2013, Seth Forshee wrote: > > > > > >88012fe19500 1519981417 S Bo:3:003:1 -115 126 = 7e

Re: carl9170 A-MPDU transmit problem

2013-02-25 Thread Seth Forshee
On Mon, Feb 25, 2013 at 01:46:23PM -0600, Seth Forshee wrote: > > Which kernel version are you testing under? Can you please recompile > > with CONFIG_USB_DEBUG and CONFIG_USB_XHCI_HCD_DEBUGGING turned on, and > > send me dmesg? I should be able to see if there's an unha

Re: carl9170 A-MPDU transmit problem

2013-02-25 Thread Seth Forshee
On Mon, Feb 25, 2013 at 11:13:57AM -0800, Sarah Sharp wrote: > Which kernel version are you testing under? Forgot to answer this. I'm running 3.8 on these machines. Seth -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org

Re: carl9170 A-MPDU transmit problem

2013-02-25 Thread Seth Forshee
On Mon, Feb 25, 2013 at 11:13:57AM -0800, Sarah Sharp wrote: > On Mon, Feb 25, 2013 at 05:03:40PM +0100, Christian Lamparter wrote: > > On Monday, February 25, 2013 04:29:55 PM Alan Stern wrote: > > > On Mon, 25 Feb 2013, Christian Lamparter wrote: > > One detail that might be important (to keep in

Re: carl9170 A-MPDU transmit problem

2013-02-25 Thread Seth Forshee
On Sun, Feb 24, 2013 at 06:41:06PM -0500, Alan Stern wrote: > > Or can you think of any other "interesting" > > bits that could help to explain why the "Arrandale box [...] worked > > perfectly" whereas (all his) Ivy Bridge ones have problems. > > (Of course, I assume that it is always the same de

Re: carl9170 A-MPDU transmit problem

2013-02-25 Thread Seth Forshee
On Sun, Feb 24, 2013 at 11:30:56PM +0100, Christian Lamparter wrote: > Did you plug the DWA-160 device into a USB 3.0 port on your ivy bridge > system or does it react in the same way on the 'legacy' USB 2.0 ports as > well [so we are not comparing xhci (Ivy Bridge) to ehci (Arrandale)]? Those two

Re: carl9170 A-MPDU transmit problem

2013-02-23 Thread Seth Forshee
On Sat, Feb 23, 2013 at 03:07:08PM +0100, Christian Lamparter wrote: > usb_submit_urb() is async, so unless the URB data structure is > bogus, the device is in the middle of a reset/is removed or OOM > it won't return with an -ENUMBER. > > Since neither of us has probably access to an USB analyzer