summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mei/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07wifi: iwlwifi: mei: clean up commentsTom Rix1-1/+1
2022-11-10wifi: iwlwifi: mei: wait for the mac to stop on suspendAvraham Stern1-2/+21
2022-11-10wifi: iwlwifi: iwlmei: report disconnection as temporaryAvraham Stern1-1/+1
2022-11-10wifi: iwlwifi: mei: use wait_event_timeout() return valueAvraham Stern1-20/+1
2022-11-10wifi: iwlwifi: mei: implement PLDR flowAvraham Stern1-0/+100
2022-11-10wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern1-20/+37
2022-11-10wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach1-41/+44
2022-11-10wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern1-10/+20
2022-05-18iwlwifi: mei: fix potential NULL-ptr derefJohannes Berg1-0/+2
2022-05-18iwlwifi: mei: clear the sap data header before sendingAvraham Stern1-0/+1
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-3/+7
2022-02-18iwlwifi: mei: use C99 initializer for device IDsJohannes Berg1-1/+5
2022-02-18iwlwifi: mei: avoid -Wpointer-arith and -Wcast-qual warningsJohannes Berg1-2/+2
2022-02-03iwlwifi: mei: report RFKILL upon register when neededEmmanuel Grumbach1-2/+8
2022-02-03iwlwifi: mei: retry mapping the shared areaEmmanuel Grumbach1-9/+26
2021-12-21Merge tag 'iwlwifi-next-for-kalle-2021-12-21-v2' of git://git.kernel.org/pub/...Kalle Valo1-0/+7
2021-12-21iwlwifi: mei: wait before mapping the shared areaEmmanuel Grumbach1-0/+6
2021-12-21iwlwifi: mei: clear the ownership when the driver goes downEmmanuel Grumbach1-0/+1
2021-12-20iwlwifi: mei: fix W=1 warningsJohannes Berg1-4/+6
2021-12-07iwlwifi: mvm: fix a possible NULL pointer deferenceEmmanuel Grumbach1-0/+2
2021-12-07iwlwifi: mei: Fix spelling mistake "req_ownserhip" -> "req_ownership"Colin Ian King1-1/+1
2021-12-07iwlwifi: mei: don't rely on the size from the shared areaEmmanuel Grumbach1-9/+17
2021-11-26iwlwifi: mei: add debugfs hooksEmmanuel Grumbach1-2/+83
2021-11-26iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach1-0/+1901