aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hif_usb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+8
* ath9k_htc: add AVM FRITZ!WLAN 11N v2 supportLuis R. Rodriguez2011-11-111-0/+1
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-2/+2
|\
| * ath9k_htc: Fix ethtool reportingSujith Manoharan2011-04-121-2/+2
* | ath9k: avoid using trinary operator w/ TX_STAT_INCJohn W. Linville2011-04-141-1/+4
* | ath9k_htc: Use separate URB pool for management framesSujith Manoharan2011-04-131-9/+107
* | ath9k_htc: Drain packets on station removalSujith Manoharan2011-04-131-0/+35
* | ath9k_htc: Optimize HTC start/stop APISujith Manoharan2011-04-131-2/+2
* | ath9k_htc: Drain pending TX frames properlySujith Manoharan2011-04-131-34/+21
* | ath9k_htc: Increase URB count for REG_IN pipeSujith Manoharan2011-04-131-40/+59
* | ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan2011-04-131-8/+9
* | ath9k_htc: Rename firmwareSujith Manoharan2011-04-131-2/+2
* | ath9k_htc: Remove AR7010 v1.0 supportSujith Manoharan2011-04-131-6/+1
|/
* Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-03-041-9/+69
|\
| * ath9k_htc: Fix error path in URB allocationSujith Manoharan2011-02-231-3/+1
| * ath9k_htc: Handle storage devicesSujith Manoharan2011-02-231-6/+68
* | ath9k_htc: Fix an endian issueSujith Manoharan2011-02-281-4/+5
|/
* ath9k_htc: Handle pending URBs properlySujith Manoharan2011-01-041-4/+36
* ath9k_htc: Fix warning on device removalSujith Manoharan2010-12-221-3/+3
* ath9k_htc: Add Ubiquiti wifistation ext to supported devicesSujith Manoharan2010-12-131-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-0/+7
|\
| * ath9k_htc: Fix suspend/resumeSujith Manoharan2010-12-081-0/+7
* | ath9k_htc: Fix panic on FW download failureSujith Manoharan2010-12-071-2/+2
* | ath9k_htc: Cleanup device identificationSujith Manoharan2010-12-071-17/+15
* | wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches2010-12-021-8/+5
* | ath9k: hif_usb: Reduce indent 1 columnJoe Perches2010-12-021-53/+53
* | ath9k_htc: Identify devices using driver_infoRajkumar Manoharan2010-11-241-27/+14
* | ath9k_htc: Add driver_info in usb device listRajkumar Manoharan2010-11-241-5/+15
|/
* ath9k_htc: Add new devices into AR7010Rajkumar Manoharan2010-11-161-0/+4
* ath9k_htc: Update usb device ID listRajkumar Manoharan2010-11-161-0/+5
* ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan2010-11-081-16/+14
* ath9k_htc: Add support for device ID 3346Haitao Zhang2010-11-081-0/+1
* ath9k_htc: Set proper firmware offset for Netgear WNDA3200Rajkumar Manoharan2010-10-271-2/+8
* ath9k_htc: Fix register read through bulk pipeRajkumar Manoharan2010-09-161-2/+4
* ath9k_htc: Fix CPU usage issue during scan periodRajkumar Manoharan2010-09-141-4/+22
* ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan2010-08-241-1/+2
* ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan2010-08-131-6/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-131-2/+6
|\
| * ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan2010-07-071-2/+6
* | ath9k: declare MODULE_FIRMWARE for ath9k_htcJohn W. Linville2010-06-231-3/+12
* | ath9k_htc: Update supported product listSujith2010-06-181-7/+13
* | ath9k_htc: Add support for AR7010Sujith2010-06-041-1/+14
* | ath9k: Determine Firmware on probeSujith2010-06-041-13/+26
* | drivers/net/wireless/ath/ath9k: Use kmemdupJulia Lawall2010-06-021-3/+1
|/
* ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter2010-05-241-0/+4
* ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter2010-05-241-2/+4
* ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com2010-05-121-11/+11
* ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com2010-05-121-18/+18
* ath9k_htc: Really fix device hotunplugSujith2010-04-261-1/+2