]> www.infradead.org Git - users/willy/xarray.git/commit
wifi: iwlwifi: correctly reference TSO page information
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 9 Jul 2024 12:31:49 +0000 (14:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Jul 2024 10:35:32 +0000 (12:35 +0200)
commit003eae5a28c6c9d50290a4ac9b955be912f24c9f
treebd60656b50d3b1a98614d720398bc4fc1f37a0ec
parent0321e45737b8a1a7571edad9b4173fbb7b86c0ed
wifi: iwlwifi: correctly reference TSO page information

The code got copied from get_workaround_page, but here p->page is the
correct way to reference the page.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Fixes: adc902ceada2 ("wifi: iwlwifi: keep the TSO and workaround pages mapped")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202407062135.NNjnmMdR-lkp@intel.com/
Link: https://patch.msgid.link/20240709123149.1848315-1-benjamin@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/tx.c