summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-07ath10k: do not overwrite max_antenna_gainMarek Puzyniak1-1/+0
2014-03-07ath10k: support msdu chainingBen Greear1-5/+54
2014-03-03ath10k: add vdev-id, return code to error codesBen Greear1-86/+115
2014-02-28ath10k: minimize coherent dma accessesMichal Kazior1-11/+4
2014-02-28ath10k: remove pci completion listMichal Kazior2-279/+24
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior3-10/+23
2014-02-28ath10k: batch htt tx/rx completionsMichal Kazior2-40/+85
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior8-109/+123
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior5-46/+92
2014-02-28ath10k: remove is_aborted from skb_cbMichal Kazior2-21/+0
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior6-42/+34
2014-02-27ath10k: skip management frames in HTT pathJanusz Dziedzic1-1/+16
2014-02-27ath10k: bitrate_mask add force_sgi supportJanusz Dziedzic2-3/+33
2014-02-27ath10k: enable spectrum management supportJanusz Dziedzic1-1/+2
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh3-0/+9
2014-02-26ath10k: fix sta_rc_update for non-ap iftypeMichal Kazior1-4/+7
2014-02-26ath10k: fix 4addr rxMichal Kazior1-2/+8
2014-02-26ath10k: add more details to some debug messagesBen Greear2-2/+4
2014-02-26ath10k: implement drv_get_tsf for ibss mergingChun-Yeow Yeoh1-0/+11
2014-02-25Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville11-183/+884
2014-02-15ath10k: implement sta_rc_update()Michal Kazior3-0/+175
2014-02-15ath10k: fix SMPS supportMichal Kazior1-12/+44
2014-02-14ath10k: release conf_mutex if vdev_start() failsKalle Valo1-1/+2
2014-02-14ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo1-3/+3
2014-02-14ath10k: fix alignment in ath10k_dbg()Kalle Valo1-1/+1
2014-02-13ath10k: Use pci_enable_msi_range()Alexander Gordeev1-2/+3
2014-02-13ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev1-0/+2
2014-02-13ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev1-2/+0
2014-02-13ath10k: pass frames with invalid peer status to upper layerJanusz Dziedzic1-0/+1
2014-02-13ath10k: AP: handle HT station which does not have HT RX MCSBartosz Markowski1-2/+17
2014-02-13ath10k: suspend hardware before resetMarek Puzyniak5-14/+31
2014-02-13ath10k: refactor suspend/resume functionsMarek Puzyniak3-20/+28
2014-02-13ath10k: fix device initialization routineMichal Kazior2-7/+133
2014-02-13ath10k: Set proper nss value for the peerMarek Kwaczynski1-1/+1
2014-02-13ath10k: remove excessive rx msdu len checkBartosz Markowski1-6/+0
2014-02-13ath10k: better tx/rx debuggingBen Greear2-9/+12
2014-02-13ath10k: add more debugging for receive errorsBen Greear2-2/+13
2014-02-13ath10k: print out size of wmi-ready-event messageBen Greear1-2/+2
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-2/+2
2014-02-04ath10k: Print out firmware feature bits from IE.Ben Greear1-1/+5
2014-01-30ath10k: configure access category for arpMarek Puzyniak3-4/+18
2014-01-30ath10k: properly return err from start()Michal Kazior1-1/+2
2014-01-24ath10k: implement and use new beacon methodMichal Kazior4-24/+85
2014-01-24ath10k: implement AP CSAMichal Kazior2-0/+21
2014-01-24ath10k: implement channel switchingMichal Kazior2-30/+156
2014-01-23ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh1-3/+1
2014-01-23ath10k: AP mode, set UAPSD params correctlyJanusz Dziedzic1-34/+46
2014-01-23ath10k: enable firmware STA quick kickoutKalle Valo4-8/+88
2014-01-20ath10k: enable wmi ps peer param command for 10.x FWJanusz Dziedzic1-1/+1