aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-12-11ath6kl: add log messages for firmware failure cases.Ben Greear1-1/+15
2015-12-11ath6kl: fix tx/rx antenna reporting for 2x2 devicesBen Greear1-2/+2
2015-12-08Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller24-242/+819
2015-12-08ath9k: remove ath9k_mod_tsf64_tuJanusz Dziedzic1-18/+4
2015-12-08ath9k: MCC, print time elapsed between eventsJanusz Dziedzic2-2/+18
2015-12-08ath9k: MCC, add NOA also in case of an APJanusz Dziedzic1-1/+2
2015-12-08ath9k: P2P_CLIENT, get/set NOA correctlyJanusz Dziedzic1-2/+5
2015-12-08ath9k: MCC enable Opportunistic Power SaveJanusz Dziedzic1-0/+2
2015-12-08ath9k: setup correct skb priority for nullfuncJanusz Dziedzic1-0/+1
2015-12-08ath9k: use u32 when calculate tsfJanusz Dziedzic1-2/+2
2015-12-08ath9k: P2P_CLIENT, send frames after 1ms AP/GO will aprearJanusz Dziedzic1-0/+4
2015-12-08ath9k: queue null frames in case of MCCJanusz Dziedzic1-0/+6
2015-12-08ath9k: print real timer valueJanusz Dziedzic1-3/+5
2015-12-08ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic3-7/+27
2015-12-08wil6210: prevent external wmi commands during suspend flowMaya Erez2-1/+7
2015-12-08ath5k: fix RTS/CTS by using proper rate flagsBob Copeland1-1/+1
2015-12-08ath6kl: Don't print error message when recv is canceledSteve deRosier1-2/+3
2015-12-08ath9k: Simplify and fix eeprom endianness swappingMartin Blumenstingl5-159/+123
2015-12-08ath10k: do not use coherent memory for allocated device memory chunksFelix Fietkau1-18/+43
2015-12-08ath10k: remove unnecessary amsdu/ampdu assignment in debugfsMohammed Shafi Shajakhan1-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+107
2015-12-03Merge ath-next from ath.gitKalle Valo20-239/+782
2015-11-30ath10k: implement fw_checksums debugfs fileKalle Valo1-0/+56
2015-11-30ath10k: print crc32 checksums for firmware and board filesKalle Valo2-4/+9
2015-11-30ath10k: split driver info messages during device initialisationKalle Valo3-16/+38
2015-11-30ath10k: always show bmi chip ids and subdevice idsKalle Valo1-7/+7
2015-11-30ath10k: reorganise hardware and firmware info messagesKalle Valo1-11/+18
2015-11-30ath10k: fix otp board id error messageKalle Valo1-1/+1
2015-11-30ath10k: apply Mesh subtype when Mesh interface created.Peter Oh1-1/+3
2015-11-30ath10k: introduce new subtypes for proxy STA and MeshPeter Oh1-0/+2
2015-11-30ath10k: update WMI 10.x service mapPeter Oh1-0/+15
2015-11-30ath10k: Fix write permission on few debugfs filesMohammed Shafi Shajakhan1-6/+6
2015-11-30ath10k: stop abusing GFP_DMAFelix Fietkau2-4/+4
2015-11-30ath10k: Enable AP + STA interface combination support for 10.xMohammed Shafi Shajakhan1-13/+17
2015-11-30ath10k: fix board data fetch error messagePeter Oh1-1/+1
2015-11-30wcn36xx: use new response format for wcn3620 remove_bsskeyAndy Green1-1/+2
2015-11-30wcn36xx: use new response format for wcn3620 trigger_baAndy Green1-1/+2
2015-11-30wcn36xx: handle new hal response formatAndy Green2-0/+25
2015-11-30wcn36xx: swallow two wcn3620 IND messagesAndy Green1-0/+5
2015-11-30wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_INDAndy Green1-0/+2
2015-11-29Merge tag 'wireless-drivers-next-for-davem-2015-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-7/+10
2015-11-26ath10k: Fix build with CONFIG_THERMAL=mMichal Marek1-1/+1
2015-11-26ath9k_htc: check for underflow in ath9k_htc_rx_msg()Dan Carpenter1-1/+1
2015-11-23ath10k: store msdu_id instead of txbuf pointersMichal Kazior2-33/+28
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior4-40/+50
2015-11-23ath10k: fix tx header parsingMichal Kazior3-6/+6
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior4-15/+24
2015-11-23ath10k: remove freq from skb_cbMichal Kazior3-7/+8
2015-11-23ath10k: remove is_offchanMichal Kazior3-4/+6
2015-11-23ath10k: remove txmode from skb_cbMichal Kazior4-16/+38