summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ath10k: kill not needed fields from htt_rx_infoJanusz Dziedzic2014-03-252-75/+74
| * ath10k: setup rx channel per ppduJanusz Dziedzic2014-03-251-18/+33
| * ath10k: introduce ieee80211_rx_status to htt_rx_infoJanusz Dziedzic2014-03-252-1/+3
| * ath10k: rename process_rx_rates to ath10k_htt_rx_h_ratesJanusz Dziedzic2014-03-251-4/+4
| * ath10k: move rx related functions to htt_rx.cJanusz Dziedzic2014-03-253-184/+183
| * ath10k: fix the peer mac address in getting statsChun-Yeow Yeoh2014-03-242-12/+2
| * ath10k: update regulatory domain settings for 10.x firmwareMarek Puzyniak2014-03-243-4/+97
| * ath10k: add soft/hard firmware crash option to simulate_fw_crashMarek Puzyniak2014-03-241-14/+40
| * ath10k: Fill per-ppdu info in rx_info only onceJanusz Dziedzic2014-03-211-8/+9
| * ath10k: add ath10k_htt_rx_amsdu_allowed functionJanusz Dziedzic2014-03-211-44/+51
| * ath10k: check otp.bin resultKalle Valo2014-03-211-5/+16
| * ath10k: separate result parameter in ath10k_bmi_execute()Kalle Valo2014-03-213-10/+11
| * ath6kl: update Kconfig descriptionsKalle Valo2014-03-131-7/+23
| * ath6kl: remove unnecessary line continuationsKalle Valo2014-03-131-3/+3
| * ath6kl: remove spaces before semicolonKalle Valo2014-03-132-3/+3
| * ath6kl: use braces on both arms of if statementKalle Valo2014-03-136-27/+44