aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13iwlegacy: Add a lock assertion in il4965_send_rxon_assoc()Jia-Ju Bai1-0/+2
2018-10-13iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho1-5/+19
2018-10-08iwlwifi: mvm: kill INACTIVE queue stateJohannes Berg4-115/+66
2018-10-08iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() downJohannes Berg1-205/+205
2018-10-08iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() staticJohannes Berg2-7/+3
2018-10-08iwlwifi: mvm: make queue TID change more explicitJohannes Berg1-28/+25
2018-10-08iwlwifi: mvm: remove RECONFIGURING queue stateJohannes Berg2-26/+15
2018-10-08iwlwifi: mvm: reconfigure queues during inactivity checkJohannes Berg1-11/+7
2018-10-08iwlwifi: mvm: move queue reconfiguration into new functionJohannes Berg1-31/+33
2018-10-08iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()Johannes Berg1-17/+15
2018-10-08iwlwifi: mvm: remove per-queue hw refcountJohannes Berg4-25/+28
2018-10-08iwlwifi: mvm: move queue management into sta.cJohannes Berg3-431/+409
2018-10-08iwlwifi: mvm: give TX queue info struct a nameJohannes Berg1-11/+13
2018-10-08iwlwifi: mvm: move rt status check to the start of the resume flowShahar S Matityahu1-25/+35
2018-10-08iwlwifi: dump debug data before stop deviceShahar S Matityahu3-7/+26
2018-10-08iwlwifi: mvm: use fast balance scan in case of DCM mode with P2P GOAyala Beker1-23/+68
2018-10-08iwlwifi: mvm: introduce a new fragmented scan type: fast balanceAyala Beker2-7/+18
2018-10-08iwlwifi: trace: change trace to trace one TB at a timeSara Sharon3-43/+34
2018-10-08iwlwifi: pcie: don't pad AMSDU packetsSara Sharon1-3/+7
2018-10-08iwlwifi: mvm: don't send keys when entering D3Sara Sharon1-1/+3
2018-10-07Merge tag 'wireless-drivers-next-for-davem-2018-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller31-627/+762
2018-10-06iwlwifi: dbg: make trigger functions type agnosticSara Sharon3-21/+20
2018-10-06iwlwifi: dbg: decrement occurrences for all triggersSara Sharon2-7/+11
2018-10-06iwlwifi: mvm: use match_string() helperYisheng Xie1-9/+4
2018-10-06iwlwifi: dbg: make iwl_fw_dbg_no_trig_window trigger agnosticSara Sharon1-6/+4
2018-10-06iwlwifi: mvm: show more HE radiotap data for TB PPDUsJohannes Berg1-36/+31
2018-10-06iwlwifi: mvm: decode HE information for MU (without ext info)Johannes Berg2-5/+6
2018-10-06iwlwifi: add debugfs to send host commandShahar S Matityahu1-0/+64
2018-10-06iwlwifi: runtime: add send host command op to firmware runtime op structShahar S Matityahu2-0/+14
2018-10-06iwlwifi: bump firmware API version for 9000 and 22000 series devicesJohannes Berg2-2/+2
2018-10-06iwlwifi: mvm Support new MCC update responseHaim Dreyfuss3-54/+45
2018-10-06iwlwifi: pcie: check iwl_pcie_txq_build_tfd() return valueJohannes Berg1-0/+2
2018-10-06iwlwifi: add fall through commentJohannes Berg1-0/+1
2018-10-06iwlwifi: pcie gen2: check iwl_pcie_gen2_set_tb() return valueJohannes Berg1-0/+2
2018-10-06iwlwifi: nvm: get num of hw addresses from firmwareNaftali Goldstein2-8/+16
2018-10-06iwlwifi: add dump collection in case alive flow failsShahar S Matityahu6-1/+34
2018-10-06iwlwifi: pcie: avoid empty free RB queueShaul Triebitz1-11/+21
2018-10-06iwlwifi: mvm: set max TX/RX A-MPDU subframes to HE limitJohannes Berg1-0/+4
2018-10-06iwlwifi: mvm: add more information to HE radiotapJohannes Berg1-4/+31
2018-10-06iwlwifi: mvm: add LDPC-XSYM to HE radiotap dataJohannes Berg1-5/+11
2018-10-06iwlwifi: mvm: add TXOP to HE radiotap dataJohannes Berg1-0/+5
2018-10-06iwlwifi: mvm: move HE-MU LTF_NUM parsing to he_phy_data parsingJohannes Berg1-25/+10
2018-10-06iwlwifi: mvm: clean up HE radiotap RU allocation parsingJohannes Berg1-77/+89
2018-10-06iwlwifi: mvm: pull some he_phy_data decoding into a separate functionJohannes Berg1-46/+59
2018-10-06iwlwifi: mvm: put HE SIG-B symbols/users data correctlyJohannes Berg1-4/+4
2018-10-06iwlwifi: mvm: minor cleanups to HE radiotap codeJohannes Berg1-8/+3
2018-10-06iwlwifi: mvm: remove unnecessary overload variableJohannes Berg1-3/+3
2018-10-06iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interfaceEmmanuel Grumbach1-3/+6
2018-10-06iwlwifi: dbg: group trigger condition to helper functionSara Sharon9-93/+77
2018-10-06iwlwifi: dbg: dump memory in a helper functionSara Sharon1-58/+34