]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: iwlwifi: keep the TSO and workaround pages mapped
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 3 Jul 2024 09:58:54 +0000 (12:58 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jul 2024 11:50:05 +0000 (13:50 +0200)
commitadc902ceada26add77ad75426805e973a7c67f01
tree254e222d1030659999fac8fda27b9cf986102759
parent7f5e3038f02902a1409c9ad0f07e3b11c581c113
wifi: iwlwifi: keep the TSO and workaround pages mapped

Map the pages when allocating them so that we will not need to map each
of the used fragments at a later point.

For now the mapping is not used, this will be changed in a later commit.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20240703125541.7ced468fe431.Ibb109867dc680c37fe8d891e9ab9ef64ed5c5d2d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/internal.h
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c