summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2014-03-07ath10k: do not overwrite max_antenna_gainMarek Puzyniak
2014-03-07ath10k: support msdu chainingBen Greear
2014-03-03ath10k: add vdev-id, return code to error codesBen Greear
2014-02-28ath10k: minimize coherent dma accessesMichal Kazior
2014-02-28ath10k: remove pci completion listMichal Kazior
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior
2014-02-28ath10k: batch htt tx/rx completionsMichal Kazior
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior
2014-02-28ath10k: remove is_aborted from skb_cbMichal Kazior
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior
2014-02-27ath10k: skip management frames in HTT pathJanusz Dziedzic
2014-02-27ath10k: bitrate_mask add force_sgi supportJanusz Dziedzic
2014-02-27ath10k: enable spectrum management supportJanusz Dziedzic
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh
2014-02-26ath10k: fix sta_rc_update for non-ap iftypeMichal Kazior
2014-02-26ath10k: fix 4addr rxMichal Kazior
2014-02-26ath10k: add more details to some debug messagesBen Greear
2014-02-26ath10k: implement drv_get_tsf for ibss mergingChun-Yeow Yeoh
2014-02-24Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-02-15ath10k: implement sta_rc_update()Michal Kazior
2014-02-15ath10k: fix SMPS supportMichal Kazior
2014-02-14ath10k: release conf_mutex if vdev_start() failsKalle Valo
2014-02-14ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo
2014-02-14ath10k: fix alignment in ath10k_dbg()Kalle Valo
2014-02-13ath10k: Use pci_enable_msi_range()Alexander Gordeev
2014-02-13ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev
2014-02-13ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev
2014-02-13ath10k: pass frames with invalid peer status to upper layerJanusz Dziedzic
2014-02-13ath10k: AP: handle HT station which does not have HT RX MCSBartosz Markowski
2014-02-13ath10k: suspend hardware before resetMarek Puzyniak
2014-02-13ath10k: refactor suspend/resume functionsMarek Puzyniak
2014-02-13ath10k: fix device initialization routineMichal Kazior
2014-02-13ath10k: Set proper nss value for the peerMarek Kwaczynski
2014-02-13ath10k: remove excessive rx msdu len checkBartosz Markowski
2014-02-13ath10k: better tx/rx debuggingBen Greear
2014-02-13ath10k: add more debugging for receive errorsBen Greear
2014-02-13ath10k: print out size of wmi-ready-event messageBen Greear
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach
2014-02-04ath10k: Print out firmware feature bits from IE.Ben Greear
2014-01-30ath10k: configure access category for arpMarek Puzyniak
2014-01-30ath10k: properly return err from start()Michal Kazior
2014-01-24ath10k: implement and use new beacon methodMichal Kazior
2014-01-24ath10k: implement AP CSAMichal Kazior
2014-01-24ath10k: implement channel switchingMichal Kazior
2014-01-23ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh
2014-01-23ath10k: AP mode, set UAPSD params correctlyJanusz Dziedzic
2014-01-23ath10k: enable firmware STA quick kickoutKalle Valo
2014-01-20ath10k: enable wmi ps peer param command for 10.x FWJanusz Dziedzic
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville