summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2017-06-29iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb()Johannes Berg1-3/+7
2017-06-29iwlwifi: mvm: support aggs of 64 frames in A000 familyLiad Kaufman3-3/+16
2017-06-29iwlwifi: pcie: improve "invalid queue" warningJohannes Berg1-2/+6
2017-06-29iwlwifi: mvm: use proper CDB check in PHY context modifyJohannes Berg1-2/+2
2017-06-29iwlwifi: add twelve new 9560 series PCI IDsTzipi Peres1-1/+14
2017-06-29iwlwifi: add the new a000_2ax seriesTzipi Peres3-0/+16
2017-06-29iwlwifi: mvm: simplify CHECK_MLME_TRIGGER macroLuca Coelho1-15/+9
2017-06-29iwlwifi: mvm: change sta_id to u8Sharon Dvir1-2/+2
2017-06-29iwlwifi: pcie: fix 9000-series RF-kill interrupt propagationJohannes Berg2-1/+11
2017-06-29iwlwifi: pcie: only apply retention workaround on 9000-series A-stepJohannes Berg1-6/+13
2017-06-29iwlwifi: dvm: use macros for format stringsJohannes Berg1-5/+4
2017-06-29iwlwifi: mvm: fix a bunch of kernel-doc warningsJohannes Berg9-58/+127
2017-06-29iwlwifi: mvm: add documentation for all command IDsJohannes Berg4-27/+292
2017-06-29iwlwifi: mvm: use __le16 even for reserved fieldsJohannes Berg1-1/+1
2017-06-29iwlwifi: mvm: remove various unused command IDs/structsJohannes Berg2-39/+0
2017-06-29iwlwifi: mvm: fix various "Excess ... description" kernel-doc warningsJohannes Berg6-13/+10
2017-06-29iwlwifi: mvm: remove some CamelCase from firmware APIJohannes Berg2-3/+3
2017-06-29iwlwifi: mvm: Add debugfs entry to retrieve SAR geographic profileHaim Dreyfuss1-0/+50
2017-06-29iwlwifi: mvm: refactor geo initHaim Dreyfuss3-18/+67
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo39-450/+845
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller52-641/+1744
2017-06-23iwlwifi: mvm: support TX on MONITOR ifaceLiad Kaufman1-0/+3
2017-06-23iwlwifi: pcie: work around suspend/resume issueJohannes Berg2-0/+15
2017-06-23iwlwifi: mvm: fix typo in CTDP_CMD_OPERATION_REPORT descriptionChaya Rachel Ivgi1-1/+1
2017-06-23iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crashEmmanuel Grumbach1-4/+4
2017-06-23iwlwifi: pcie: reduce unwanted noise in the logsLuca Coelho1-3/+3
2017-06-23iwlwifi: mvm: print base HW address during initLuca Coelho2-0/+4
2017-06-23iwlwifi: mvm: document assoc_beacon_arrive_timeLuca Coelho1-0/+1
2017-06-23iwlwifi: mvm: support new flush APIMordechai Goodstein6-42/+100
2017-06-23iwlwifi: mvm: reset the fw_dump_desc pointer after ASSERTEmmanuel Grumbach1-4/+2
2017-06-23iwlwifi: mvm: set assoc_beacon_arrive_timeAvraham Stern1-0/+2
2017-06-23iwlwifi: pcie: make iwl_pcie_apm_stop_master() return voidJohannes Berg2-5/+3
2017-06-23iwlwifi: add a W/A for a scheduler hardware bugEmmanuel Grumbach6-34/+72
2017-06-23iwlwifi: mvm: don't mark TIDs that are not idle wrt BA as inactiveEmmanuel Grumbach1-0/+4
2017-06-23iwlwifi: mvm: reset the HW before dumping if HW error is detectedLuca Coelho1-0/+32
2017-06-23iwlwifi: pcie: don't disable bh when handling FW errorsLuca Coelho1-2/+0
2017-06-23iwlwifi: mvm: fix the recovery flow while connectingEmmanuel Grumbach1-7/+25
2017-06-23iwlwifi: mvm: fix nvm_data leakLuca Coelho1-2/+6
2017-06-23iwlwifi: remove useless iwl_free_nvm_data() functionLuca Coelho3-12/+3
2017-06-23iwlwifi: document transmit buffer bits betterJohannes Berg1-4/+14
2017-06-23iwlwifi: mvm: add documentation for enum iwl_debug_cmdsJohannes Berg1-0/+17
2017-06-23iwlwifi: mvm: disentangle union in TX status structJohannes Berg4-19/+69
2017-06-23iwlwifi: mvm: fix fw monitor 7000 HW recollectingLiad Kaufman1-1/+5
2017-06-23iwlwifi: mvm: docs: fix enum link, provide TX response linkJohannes Berg2-2/+3
2017-06-23iwlwifi: pcie: fix command completion name debugJohannes Berg1-1/+2
2017-06-23iwlwifi: fix TX tracing for non-linear SKBsJohannes Berg3-13/+16
2017-06-23iwlwifi: simplify data tracepointJohannes Berg3-9/+8
2017-06-23iwlwifi: mvm: better link scan notification results lengthJohannes Berg1-1/+1
2017-06-23iwlwifi: pcie: use kstrtou32_from_user()Johannes Berg1-9/+4
2017-06-23iwlwifi: mvm: support aggregations on A000 HWLiad Kaufman6-14/+42