summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: restore original beaconing stateStanislaw Gruszka2014-04-223-18/+17
* mwifiex: don't clear cmd_sent flag in timeout handlerAmitkumar Karwar2014-04-221-2/+0
* mwifiex: fix IE parsing issuesAmitkumar Karwar2014-04-223-17/+9
* mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar2014-04-225-14/+0
* mwifiex: use USB core's soft_unbind optionAmitkumar Karwar2014-04-221-31/+29
* mwifiex: update timestamp information for aggregation packetsAvinash Patil2014-04-221-0/+4
* mwifiex: increase the number of nodes in command poolAmitkumar Karwar2014-04-222-16/+3
* mwifiex: improve AMSDU packet aggregation for PCIe and SDIOAmitkumar Karwar2014-04-221-12/+5
* mwifiex: increase SDIO multiport aggregation buffer sizesAmitkumar Karwar2014-04-222-6/+18
* mwifiex: change memset to simple assignment for ht_cap.mcs.rx_maskMaithili Hinge2014-04-221-3/+5
* wil6210: Use larger Tx ringsVladimir Kondratiev2014-04-221-1/+1
* wil6210: relaxed check for BACK start sequenceVladimir Kondratiev2014-04-222-0/+18
* wil6210: sync with the latest FW APIVladimir Kondratiev2014-04-222-20/+33
* wil6210: fix printouts for better readabilityVladimir Kondratiev2014-04-224-9/+7
* ath9k: implement p2p client powersave supportFelix Fietkau2014-04-224-0/+127
* ath9k: support only one P2P interfaceFelix Fietkau2014-04-221-2/+2
* ray_cs: replace del_timer by del_timer_syncJulia Lawall2014-04-221-1/+1
* rtl8180: be paranoid in stopping unused queues.Andrea Merello2014-04-221-1/+4
* rtl8180: add parentheses to REG_ADDR macrosAndrea Merello2014-04-221-3/+3
* rtl8180: fix enabled interrupt mask for rtl8187seAndrea Merello2014-04-221-3/+2
* rtl8180: change module name in rtl818x_pciLarry Finger [ original patch ]2014-04-221-2/+2
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-04-2235-1149/+1499
|\
| * ath10k: improve htc tx credit debugging printsMichal Kazior2014-04-111-3/+9
| * ath10k: refactor radar detection codeMichal Kazior2014-04-112-37/+23
| * ath10k: reorder functionsMichal Kazior2014-04-111-85/+85
| * ath10k: refactor monitor codeMichal Kazior2014-04-083-98/+135
| * ath10k: cleanup debug messages in ath10k_wmi_event_host_swba()Kalle Valo2014-04-081-10/+2
| * ath10k: add extra pdev stats on 10.1 firmwareChun-Yeow Yeoh2014-03-283-4/+48
| * ath10k: add the Rx rate in FW statsBen Greear2014-03-283-8/+26
| * ath10k: fix getting stats from firmwareBen Greear2014-03-281-4/+12
| * ath10k: update wal_dbg_tx_stats structure with missing parameter.Bartosz Markowski2014-03-281-0/+3
| * ath10k: deinit copy engine before resettingMichal Kazior2014-03-281-1/+1
| * ath10k: split ce initialization and allocationMichal Kazior2014-03-283-158/+228
| * ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior2014-03-282-38/+37
| * ath10k: print chip id during bootKalle Valo2014-03-281-3/+6
| * ath10k: add module parameter values to the pci info printKalle Valo2014-03-281-1/+3
| * ath10k: improve pci debug messagesKalle Valo2014-03-281-9/+35
| * ath10k: delete ar_pci->fw_indicator_addressKalle Valo2014-03-282-13/+6
| * ath10k: advertise only firmware API 2 filesKalle Valo2014-03-282-2/+2
| * ath10k: fix name of target_ps module parameterKalle Valo2014-03-281-4/+4
| * ath10k: add module parameter to disable cold resetKalle Valo2014-03-281-1/+15
| * ath10k: cleanup ath10k_pci_wait_for_target_init()Kalle Valo2014-03-281-13/+27
| * ath10k: add otp and firmware boot error messagesBen Greear2014-03-281-4/+11
| * ath10k: better firmware loading error messagesBen Greear2014-03-281-16/+20
| * ath10k: unify warning messages in mac.cKalle Valo2014-03-281-129/+131
| * ath10k: fix rssi and rate reportingJanusz Dziedzic2014-03-251-4/+5
| * ath10k: introduce rx_status htt templateJanusz Dziedzic2014-03-252-18/+21
| * ath10k: finally kill htt_rx_infoJanusz Dziedzic2014-03-252-65/+60
| * ath10k: improve way we play with attention flagsJanusz Dziedzic2014-03-251-75/+19
| * ath10k: return error when ath10k_htt_rx_amsdu_pop() failJanusz Dziedzic2014-03-251-24/+26