summaryrefslogtreecommitdiffstats
path: root/drivers/nubus (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-17ath10k: add modpram 'skip_otp' to ignore empty otp error during BMIRajkumar Manoharan1-1/+6
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan4-16/+78
2014-11-04ath10k: fix pm resume after suspendBartosz Markowski1-4/+14
2014-11-03ath6kl: remove incorrect reset_resume handlerAlexey Khoroshilov1-9/+0
2014-10-31ath10k: speed up hw recoveryMichal Kazior7-5/+47
2014-10-31ath10k: expose hw restart via debugfsMichal Kazior1-1/+6
2014-10-31ath10k: fix possible bmi crashMichal Kazior2-0/+10
2014-10-31ath10k: don't reset chip on power_downMichal Kazior1-1/+3
2014-10-31ath10k: split reset logic from power upMichal Kazior1-71/+80
2014-10-31ath10k: make warm reset a bit safer and fasterMichal Kazior1-62/+48
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior2-42/+46
2014-10-31ath10k: avoid possible deadlock with scan timeoutMichal Kazior1-2/+4
2014-10-24ath10k: call correct function for frag thresholdMichal Kazior1-1/+1
2014-10-24ath10k: add SURVEY_INFO_IN_USE for current channel on surveyFelix Fietkau1-0/+3
2014-10-24ath10k: re-use trace classMichal Kazior1-27/+5
2014-10-24ath10k: remove tsf argument from rx_desc tracingMichal Kazior2-9/+4
2014-10-24ath10k: clear htt->rx_confused on loadMichal Kazior1-0/+2
2014-10-24ath10k: don't forget to replenish after fragmented RxMichal Kazior1-0/+2
2014-10-24ath10k: add extra sanity check when popping amsduMichal Kazior1-0/+9
2014-10-24ath10k: don't drop frames aggressivelyMichal Kazior1-15/+0
2014-10-24ath10k: deduplicate htt rx dma unmappingMichal Kazior1-21/+9
2014-10-24ath10k: fix rx buffer tracingMichal Kazior1-3/+4
2014-10-24ath10k: use ieee80211 defines for crypto param lengthsMichal Kazior1-14/+20
2014-10-24ath10k: remove unused variableMichal Kazior1-5/+0
2014-10-24ath10k: don't drop control and null func RxMichal Kazior1-2/+1
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior3-69/+62
2014-10-23ath10k: mask/unmask msi fw irqMichal Kazior2-22/+32
2014-10-23ath10k: re-disable interrupts after target initMichal Kazior1-4/+3
2014-10-21ath10k: use bss_info as txpower sourceMichal Kazior2-20/+75
2014-10-21ath10k: simplify computation of mgmt rx bandMichal Kazior1-16/+16
2014-10-21ath10k: clean up sta auth/assoc codeMichal Kazior1-79/+42
2014-10-21ath10k: skip some commands on reassocMichal Kazior1-23/+29
2014-10-21ath10k: clean up assoc codeMichal Kazior1-48/+46
2014-10-21ath10k: retrieve calibration data from fileKalle Valo4-13/+102
2014-10-21ath10k: refactor ath10k_init_download_firmware()Kalle Valo1-15/+12
2014-10-21ath10k: add back enum ath10k_busKalle Valo3-0/+19
2014-10-12ath10k: fix kernel panic while shutting down APRajkumar Manoharan1-1/+1
2014-10-08ath10k: add tracing for frame transmissionRajkumar Manoharan4-0/+53
2014-10-08ath10k: fix WMI scan command lengthJanusz Dziedzic1-2/+2
2014-10-08ath10k: advertise all possible firmware(-api) filesBartosz Markowski2-2/+3
2014-10-08ath10k: don't create bssid peer for ibssJanusz Dziedzic1-18/+10
2014-10-08ath10k: warn on unhandled htt eventsMichal Kazior1-2/+2
2014-10-07ath10k: add tracing for tx infoRajkumar Manoharan3-0/+62
2014-10-07ath10k: add tracing for rx descriptorRajkumar Manoharan2-0/+33
2014-10-07ath10k: add tracing for ath10k_htt_pktlogRajkumar Manoharan5-2/+46
2014-10-07ath10k: add support to configure pktlog filterRajkumar Manoharan5-1/+134
2014-10-01ath10k: use 64-bit vdev mapBen Greear3-12/+15
2014-10-01ath10k: support ethtool statsBen Greear3-0/+176
2014-10-01ath10k: add firmware crash countersBen Greear3-0/+65
2014-09-29ath10k: fix fw stats processingMichal Kazior3-95/+252