summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov17-0/+10074
2013-10-04Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville21-1015/+984
2013-09-26ath9k: Remove incorrect diversity initializationSujith Manoharan2-6/+0
2013-09-26ath9k: Handle FATAL interrupts correctlySujith Manoharan1-2/+8
2013-09-26ath9k: Fix NF calibration for single stream cardsSujith Manoharan1-1/+1
2013-09-26ath9k: mark wmi_event_swba as __packedChris Metcalf1-1/+1
2013-09-26ath9k: Fix PeakDetect calibration for AR9462Sujith Manoharan3-12/+99
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan9-42/+52
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan3-0/+16
2013-09-26ath9k: Fix issue with parsing malformed CFP IESujith Manoharan2-2/+6
2013-09-26ath9k: Fix calibration for AR9462Sujith Manoharan1-0/+15
2013-09-26wireless: wil6210: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26wireless: ath9k: use dev_get_platdata()Jingoo Han1-2/+2
2013-09-26wireless: ath5k: use dev_get_platdata()Jingoo Han1-9/+6
2013-09-26net: ath9k: Use NULL instead of falseSachin Kamat1-1/+1
2013-09-26ar5523: Add USB ID of D-Link WUA-2340 rev A1Albert Pool1-0/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi13-531/+534
2013-09-26ath9k: Add DELL 1707 to supported card tableSujith Manoharan1-0/+5
2013-09-26ath9k: Update AR9485 1.1 initvalsSujith Manoharan1-34/+184
2013-09-26ath9k: Add and use initvals for channel 14Sujith Manoharan2-0/+9
2013-09-26ath9k: Fix regulatory compliance for AR9462/AR9565Sujith Manoharan2-0/+16
2013-09-26ath9k: Identify WB335 Antenna configurationSujith Manoharan3-9/+200
2013-09-26ath9k: Identify CUS252 cardsSujith Manoharan3-3/+19
2013-09-26ath9k: Enable antenna diversity for WB335Sujith Manoharan1-1/+5
2013-09-26ath9k: Add support for AR9565 v1.0.1 LNA diversitySujith Manoharan5-30/+15
2013-09-26ath9k: Use correct RX gain table for AR9565Sujith Manoharan1-0/+3
2013-09-26ath9k: Fix antenna diversity init for AR9565Sujith Manoharan2-6/+28
2013-09-26ath9k: Bypass EEPROM for diversity cap for AR9565Sujith Manoharan2-1/+6
2013-09-26ath9k: Update initvals for AR9565 1.0Sujith Manoharan1-8/+9
2013-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville16-428/+626
2013-09-26ath10k: replenish HTT RX buffers in a taskletMichal Kazior2-3/+38
2013-09-26ath10k: align RX frames properlyMichal Kazior1-1/+5
2013-09-26ath10k: fix Native Wifi decap mode RXMichal Kazior1-3/+29
2013-09-26ath10k: cleanup RX decap handlingMichal Kazior1-26/+28
2013-09-26ath10k: document decap modesMichal Kazior1-2/+22
2013-09-26ath10k: report A-MSDU subframes individuallyMichal Kazior2-123/+85
2013-09-20ath10k: use msdu headroom to store txfragMichal Kazior4-53/+53
2013-09-20ath10k: cleanup HTT TX functionsMichal Kazior1-73/+68
2013-09-20ath10k: decouple HTT TX completionsMichal Kazior6-108/+27
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior4-4/+7
2013-09-20ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior2-3/+2
2013-09-20ath10k: fix num_sends_allowed replenishingMichal Kazior1-4/+0
2013-09-20ath10k: fix tracing build for ath10k_wmi_cmdMichal Kazior1-1/+1
2013-09-16ath10k: remove wmi event worker threadMichal Kazior2-46/+1
2013-09-16ath10k: remove wmi pending count limitMichal Kazior4-45/+0
2013-09-16ath10k: improve beacon submission latencyMichal Kazior4-14/+71
2013-09-16ath10k: simplify HTC command submittingMichal Kazior3-140/+43
2013-09-16ath10k: make WMI commands block by designMichal Kazior3-24/+42
2013-09-16ath10k: add HTC TX credits replenishing notificationMichal Kazior2-0/+10