aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath9k/hif_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20ath9k: htc: clean up statistics macrosPavel Skripkin1-13/+13
2022-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing1-3/+2
2021-12-20ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2020-09-21ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchored_urbs()Brooke Basile1-0/+19
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+1
2020-08-14ath9k: Fix typo in function namePavel Machek1-1/+1
2020-07-20ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-04-07ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang1-11/+37
2020-04-07ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-04-07ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang1-2/+3
2019-12-18ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
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-12ath9k_htc: Add device ID for Buffalo WLI-UV-AG300PMasaki TAGAWA1-0/+2
2013-08-15ath9k_htc: do not use bulk on EP3 and EP4Oleksij Rempel1-27/+11
2013-07-22ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-07-17ath9k_htc: fix data race between request_firmware_nowait() callback and suspend()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-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: 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-30ath9k_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/linville/wireless-2.6John 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