summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.or...David S. Miller24-242/+819
2015-12-04Merge 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-30Merge tag 'wireless-drivers-next-for-davem-2015-11-25' of git://git.kernel.or...David S. Miller1-7/+10
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
2015-11-23ath10k: rename function to adhere to naming conventionMichal Kazior1-3/+6
2015-11-23ath10k: merge is_protected with nohwcryptMichal Kazior3-8/+10
2015-11-23ath10k: adjust the RX packet pad offset at QCA99X0 4addr modeYanbo Li4-1/+27
2015-11-19net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-11-18ath: unify Kconfig with other vendorsKalle Valo1-7/+10
2015-11-17Merge ath-current from ath.gitKalle Valo5-15/+107
2015-11-16wil6210: hold wil->mutex while managing vringsVladimir Kondratiev2-6/+17
2015-11-16ath10k: fix the wrong RX rate idx report at 11G modeYanbo Li3-3/+6
2015-11-16ath10k: poll HTT send completion when CE 5 is unusedRajkumar Manoharan1-1/+12
2015-11-12ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan4-6/+20
2015-11-12ath10k: rename the helper which is used for off-channel txVasanthakumar Thiagarajan1-4/+4
2015-11-12ath10k: fix peer assoc complete WMI command for 10.4Vasanthakumar Thiagarajan2-1/+41
2015-11-12ath10k: override CE5 configuration for QCA6147 deviceRyan Hsu1-3/+29
2015-11-12ath10k: add QCA9377 hw1.0 supportBartosz Markowski3-0/+23
2015-11-12ath10k: introduce dev_id to hw_paramsBartosz Markowski4-7/+33
2015-11-12ath10k: update missing hw_params of QCA9377 hw1.1Bartosz Markowski1-1/+3
2015-11-12ath10k: fix the currently supported QCA9377 target version nameBartosz Markowski3-5/+9
2015-11-10ath10k: fix invalid NSS for 4x4 devicesRajkumar Manoharan1-1/+1
2015-11-05Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+5
2015-11-04ath10k: debugfs file to enable Bluetooth coexistence featureYanbo Li3-1/+73