aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-27carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-06-09ath: fix wiki website urlFlavio Suligoi1-1/+1
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing1-2/+0
2019-06-27carl9170: fix misuse of device driver APIChristian Lamparter1-22/+17
2017-08-10carl9170: constify usb_device_idArvind Yadav1-1/+1
2016-09-09carl9170: Fix wrong completion usageDaniel Wagner1-4/+2
2015-05-26carl9170: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl1-4/+27
2014-05-22carl9170: fix leaks at failure path in carl9170_usb_probe()Alexey Khoroshilov1-1/+7
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2012-10-19carl9170: handle traps from firmware loaderChristian Lamparter1-0/+7
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-07-05carl9170: add NEC WL300NU-AG usbidChristian Lamparter1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-25carl9170: add Airlive X.USB a/b/g/n USBIDJan Puk1-0/+2
2011-01-04carl9170: fix usb pm suspend->resume woesChristian Lamparter1-16/+37
2010-12-02wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches1-2/+1
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-3/+5
2010-11-15carl9170: fix usb anchor wait timeoutChristian Lamparter1-2/+2
2010-11-15carl9170: fix spurious restart due to high latencyChristian Lamparter1-1/+1
2010-11-08carl9170: usbid table updatesChristian Lamparter1-1/+3
2010-10-25carl9170: fix async command buffer leakChristian Lamparter1-6/+19
2010-09-28carl9170: interrupt urbs must not set URB_ZERO_PACKETChristian Lamparter1-2/+0
2010-09-21carl9170: fix state downgrade during resetChristian Lamparter1-2/+0
2010-09-21carl9170: abort tasklet during usb resetChristian Lamparter1-0/+3
2010-09-14carl9170: 802.11 rx/tx processing and usb backendChristian Lamparter1-0/+1137