]> git.karo-electronics.de Git - karo-tx-linux.git/commit
setup correct int pipe type in ar9170_usb_exec_cmd
authorValentin Longchamp <valentin.longchamp@epfl.ch>
Fri, 26 Mar 2010 10:44:33 +0000 (11:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:47:48 +0000 (07:47 -0700)
commite0db64375f23e12bbb2c43f89abc099bb61fc2f1
tree1d1ac9e279eb2a68759869c6139a8ffb9de20826
parent2596e91190508f987871ad58589adb6016668b87
setup correct int pipe type in ar9170_usb_exec_cmd

commit 2d20c72c021d96f8b9230396c8e3782f204214ec upstream.

An int urb is constructed but we fill it in with a bulk pipe type.

Commit f661c6f8c67bd55e93348f160d590ff9edf08904 implemented a pipe type
check when CONFIG_USB_DEBUG is enabled. The check failed for all the ar9170
usb transfers and the driver could not configure the wifi dongle.

This went unnoticed until now because most people don't have
CONFIG_USB_DEBUG enabled.

Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ar9170/usb.c