summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hif_usb.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-3/+4
2018-02-07ath9k_htc: add Altai WA1011N-GUOleksij Rempel1-0/+1
2017-09-25ath9k: remove cast to void pointerHimanshu Jha1-4/+4
2017-08-11ath9k: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-04-05ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-09ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin1-0/+1
2016-12-01ath9k_htc: don't use HZ for usb msg timeoutsAnthony Romano1-4/+5
2016-04-07ath9k_htc: Delete unnecessary variable initialisationMarkus Elfring1-1/+1
2016-01-26ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080Alexander Tsoy1-0/+2
2015-09-18ath9k_htc: introduce support for different fw versionsOleksij Rempel1-25/+81
2015-02-26ath9k_htc: Add new USB IDLeon Nardella1-0/+1
2014-02-13ath9k_htc: Add device ID for Buffalo WLI-UV-AG300PMasaki TAGAWA1-0/+2
2013-08-16ath9k_htc: do not use bulk on EP3 and EP4Oleksij Rempel1-27/+11
2013-07-23ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-07-17ath9k_htc: fix data race between request_firmware_nowait() callback and suspe...Alexey Khoroshilov1-3/+6
2013-06-24ath9k_htc: Add ethtool stats support.Ben Greear1-1/+7
2012-10-24ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan1-0/+1
2012-09-24wireless: ath9k-htc: fix possible use after freeMing Lei1-2/+3
2012-09-07wireless: ath9k-htc: only load firmware in needMing Lei1-11/+22
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-13ath9k_htc: Add Panasonic N5HBZ0000055 device idSujith Manoharan1-0/+2
2012-02-06ath9k: cleanup a min_t() castDan Carpenter1-1/+1
2012-01-31ath9k_htc: Load firmware asynchronouslySujith Manoharan1-55/+99
2011-10-03ath9k_htc: add AVM FRITZ!WLAN 11N v2 supportLuis R. Rodriguez1-0/+1
2011-07-18ath9k: Fix some smatch warningsRajkumar Manoharan1-1/+3
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin1-2/+3
2011-06-29ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan1-0/+2
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-04-14ath9k: avoid using trinary operator w/ TX_STAT_INCJohn W. Linville1-1/+4
2011-04-13ath9k_htc: Use separate URB pool for management framesSujith Manoharan1-9/+107
2011-04-13ath9k_htc: Drain packets on station removalSujith Manoharan1-0/+35
2011-04-13ath9k_htc: Optimize HTC start/stop APISujith Manoharan1-2/+2
2011-04-13ath9k_htc: Drain pending TX frames properlySujith Manoharan1-34/+21
2011-04-13ath9k_htc: Increase URB count for REG_IN pipeSujith Manoharan1-40/+59
2011-04-13ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan1-8/+9
2011-04-13ath9k_htc: Rename firmwareSujith Manoharan1-2/+2
2011-04-13ath9k_htc: Remove AR7010 v1.0 supportSujith Manoharan1-6/+1
2011-04-13ath9k_htc: Fix ethtool reportingSujith Manoharan1-2/+2
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-9/+69
2011-02-28ath9k_htc: Fix an endian issueSujith Manoharan1-4/+5
2011-02-24ath9k_htc: Fix error path in URB allocationSujith Manoharan1-3/+1
2011-02-24ath9k_htc: Handle storage devicesSujith Manoharan1-6/+68
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-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+7
2010-12-08ath9k_htc: Fix suspend/resumeSujith Manoharan1-0/+7