summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2019-10-25iwlwifi: mvm: create function to convert nl80211 band to phy bandTova Mussai3-20/+25
2019-10-25iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regionsShahar S Matityahu1-6/+6
2019-10-25iwlwifi: dbg_ini: add user trigger supportShahar S Matityahu1-0/+3
2019-10-25iwlwifi: mvm: add notification for missed VAPLior Cohen3-0/+44
2019-10-25iwlwifi: mvm: fix old-style declarationYueHaibing1-2/+2
2019-10-25iwlwifi: mvm: use the new session protection commandEmmanuel Grumbach7-11/+331
2019-10-25iwlwifi: mvm: remove leftover rs_remove_sta_debugfs() prototypeJohannes Berg1-4/+0
2019-10-25iwlwifi: mvm: add support for new version for D0I3_END_CMDHaim Dreyfuss4-1/+67
2019-10-25iwlwifi: mvm: consider ieee80211 station max amsdu valueMordechay Goodstein2-2/+13
2019-10-25iwlwifi: dbg_ini: support FW notification dumping in case of missed beaconShahar S Matityahu2-1/+3
2019-10-25iwlwifi: dbg_ini: remove old API and some related codeShahar S Matityahu3-250/+2
2019-10-25iwlwifi: dbg_ini: rename external debug configuration fileShahar S Matityahu1-1/+1
2019-10-25iwlwifi: dbg_ini: support FW response/notification region typeShahar S Matityahu3-2/+86
2019-10-25iwlwifi: dbg_ini: support domain changing via debugfsShahar S Matityahu2-0/+40
2019-10-25iwlwifi: dbg_ini: add periodic trigger new API supportShahar S Matityahu2-1/+106
2019-10-25iwlwifi: dbg_ini: implement monitor allocation flowShahar S Matityahu1-1/+248
2019-10-25iwlwifi: dbg_ini: implement time point handlingShahar S Matityahu7-14/+323
2019-10-25iwlwifi: dbg_ini: add TLV allocation new API supportShahar S Matityahu6-37/+256
2019-10-25iwlwifi: dbg_ini: use new API in dump infoShahar S Matityahu6-46/+68
2019-10-25iwlwifi: dbg_ini: add error tables dumping supportShahar S Matityahu2-2/+70
2019-10-25iwlwifi: dbg_ini: add monitor dumping supportShahar S Matityahu10-54/+440
2019-10-25iwlwifi: dbg: remove multi buffers infraShahar S Matityahu3-75/+56
2019-10-25iwlwifi: dbg_ini: use new trigger TLV in dump flowShahar S Matityahu6-161/+143
2019-10-25iwlwifi: dbg_ini: use new region TLV in dump flowShahar S Matityahu2-292/+264
2019-10-25iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loadedShahar S Matityahu1-2/+2
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+15
2019-09-26Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller2-5/+12
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-09-24iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36Luca Coelho1-3/+5
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-09-19iwlwifi: mvm: fix build w/o CONFIG_THERMALJohannes Berg1-2/+7
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+12
2019-09-06iwlwifi: dbg: remove iwl_fw_cancel_dumps functionShahar S Matityahu3-12/+4
2019-09-06iwlwifi: dbg_ini: remove periodic triggerShahar S Matityahu7-34/+11
2019-09-06iwlwifi: dbg_ini: fix dump structs docShahar S Matityahu1-8/+8
2019-09-06iwlwifi: fw api: add DRAM buffer allocation commandShahar S Matityahu3-0/+34
2019-09-06iwlwifi: dbg_ini: remove apply point, switch to time point APIShahar S Matityahu10-568/+101
2019-09-06iwlwifi: add iwl_tlv_array_len()Shahar S Matityahu1-0/+15
2019-09-06iwlwifi: mvm: don't log un-decrypted framesEmmanuel Grumbach1-2/+10
2019-09-06iwlwifi: mvm: add support for single antenna diversityHaim Dreyfuss3-0/+7
2019-09-06iwlwifi: mvm: handle BAR_FRAME_RELEASE (0xc2) notificationJohannes Berg5-0/+83
2019-09-06iwlwifi: mvm: drop BA sessions on too many old-SN framesJohannes Berg3-0/+63
2019-09-06iwlwifi: add sta_id to WOWLAN_CONFIG_CMDHaim Dreyfuss2-2/+8
2019-09-06iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss6-29/+102
2019-09-06iwlwifi: fix warning iwl-trans.h is included more than onceHariprasad Kelam1-1/+0
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho21-55/+59
2019-09-06iwlwifi: pass the iwl_trans instead of cfg to some functionsShaul Triebitz1-5/+8
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho29-206/+199
2019-09-06iwlwifi: pass the iwl_config_trans_params when neededLuca Coelho3-12/+13
2019-09-06iwlwifi: pcie: set iwl_trans->cfg later in the probe functionLuca Coelho4-27/+37