aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hif_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04ath9k_htc: Handle pending URBs properlySujith Manoharan1-4/+36
2010-12-22ath9k_htc: Fix warning on device removalSujith Manoharan1-3/+3
2010-12-13ath9k_htc: Add Ubiquiti wifistation ext to supported devicesSujith Manoharan1-0/+1
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+7
2010-12-08ath9k_htc: Fix suspend/resumeSujith Manoharan1-0/+7
2010-12-07ath9k_htc: Fix panic on FW download failureSujith Manoharan1-2/+2
2010-12-07ath9k_htc: Cleanup device identificationSujith Manoharan1-17/+15
2010-12-02wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches1-8/+5
2010-12-02ath9k: hif_usb: Reduce indent 1 columnJoe Perches1-53/+53
2010-11-24ath9k_htc: Identify devices using driver_infoRajkumar Manoharan1-27/+14
2010-11-24ath9k_htc: Add driver_info in usb device listRajkumar Manoharan1-5/+15
2010-11-16ath9k_htc: Add new devices into AR7010Rajkumar Manoharan1-0/+4
2010-11-16ath9k_htc: Update usb device ID listRajkumar Manoharan1-0/+5
2010-11-08ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan1-16/+14
2010-11-08ath9k_htc: Add support for device ID 3346Haitao Zhang1-0/+1
2010-10-27ath9k_htc: Set proper firmware offset for Netgear WNDA3200Rajkumar Manoharan1-2/+8
2010-09-16ath9k_htc: Fix register read through bulk pipeRajkumar Manoharan1-2/+4
2010-09-14ath9k_htc: Fix CPU usage issue during scan periodRajkumar Manoharan1-4/+22
2010-08-24ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan1-1/+2
2010-08-13ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan1-6/+2
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+6
2010-07-07ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan1-2/+6
2010-06-23ath9k: declare MODULE_FIRMWARE for ath9k_htcJohn W. Linville1-3/+12
2010-06-18ath9k_htc: Update supported product listSujith1-7/+13
2010-06-04ath9k_htc: Add support for AR7010Sujith1-1/+14
2010-06-04ath9k: Determine Firmware on probeSujith1-13/+26
2010-06-02drivers/net/wireless/ath/ath9k: Use kmemdupJulia Lawall1-3/+1
2010-05-24ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter1-0/+4
2010-05-24ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter1-2/+4
2010-05-12ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com1-11/+11
2010-05-12ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com1-18/+18
2010-04-26ath9k_htc: Really fix device hotunplugSujith1-1/+2
2010-04-26ath9k_htc: Process command data properlySujith1-6/+12
2010-04-26ath9k_htc: Use USB rebootSujith1-1/+21
2010-04-26ath9k_htc: Simplify TX URB managementSujith1-57/+49
2010-04-16ath9k_htc: Add dropped SKB count to debugfsSujith1-4/+9
2010-04-14ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb deviceMing Lei1-2/+9
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei1-1/+1
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei1-5/+5
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei1-3/+3
2010-04-08ath9k_htc: Use anchors for REGOUT pipeSujith1-16/+14
2010-04-08ath9k_htc: Fix module unloading issueSujith1-1/+1
2010-04-08ath9k_htc: Fix RX URB reference countSujith1-0/+6
2010-04-08ath9k_htc: Protect RX stream variablesSujith1-0/+8
2010-04-06ath9k_htc: Add TL-WN422G v2 product IDSujith1-0/+1
2010-03-31ath9k_htc: Simplify RX URB managementSujith1-77/+48
2010-03-23ath9k_htc: Support for AR9271 chipset.Sujith1-0/+993