summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mei
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: iwlwifi: mei: return error from register when not builtJohannes Berg1-2/+2
2023-08-22wifi: iwlmei: don't send nic info with invalid mac addressAvraham Stern1-3/+7
2023-08-22wifi: iwlmei: send driver down SAP message only if wiamt is enabledAvraham Stern1-1/+3
2023-08-22wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabledAvraham Stern1-23/+19
2023-08-22wifi: iwlmei: don't send SAP messages if AMT is disabledAvraham Stern1-7/+7
2023-06-06wifi: iwlwifi: iwlmei: fix compilation errorAvraham Stern1-3/+2
2023-04-20wifi: iwlwifi: mvm: fix RFKILL report when driver is going downAvraham Stern2-8/+9
2023-04-20wifi: iwlwifi: mei: re-ask for ownership after it was taken by CSMEAvraham Stern1-1/+26
2023-01-30wifi: iwlwifi: mei: fix compilation errors in rfkill()Gregory Greenman1-3/+3
2022-12-07wifi: iwlwifi: mei: clean up commentsTom Rix5-11/+11
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 Stern3-0/+172
2022-11-10wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg1-3/+7
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 Stern2-13/+24
2022-11-10wifi: iwlwifi: mvm: send TKIP connection status to csmeAvraham Stern2-1/+5
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-04-06iwlwifi: mei: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-5/+9
2022-02-18iwlwifi: mei: use C99 initializer for device IDsJohannes Berg1-1/+5
2022-02-18iwlwifi: mei: avoid -Wpointer-arith and -Wcast-qual warningsJohannes Berg2-4/+4
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
2022-02-03iwlwifi: mei: fix the pskb_may_pull check in ipv4Emmanuel Grumbach1-2/+1
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-12-05iwlwifi: mei: fix linking when tracing is not enabledEmmanuel Grumbach2-0/+27
2021-11-26iwlwifi: mei: add debugfs hooksEmmanuel Grumbach1-2/+83
2021-11-26iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach9-0/+3722