Re: mmotm 2022-02-23-21-20 uploaded (iwlwifi + rfkill)
From: Randy Dunlap <hidden>
Date: 2022-02-24 17:46:32
Also in:
linux-fsdevel, linux-mm, linux-next, lkml, mm-commits
On 2/23/22 21:21, Andrew Morton wrote:
The mm-of-the-moment snapshot 2022-02-23-21-20 has been uploaded to https://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: https://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You will need quilt to apply these patches to the latest Linus release (5.x or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in https://ozlabs.org/~akpm/mmotm/series
on x86_64:
# CONFIG_RFKILL is not set
In file included from ../drivers/net/wireless/intel/iwlwifi/mvm/fw.c:19:0:
../drivers/net/wireless/intel/iwlwifi/mvm/mvm.h: In function ‘iwl_mvm_mei_set_sw_rfkill_state’:
../drivers/net/wireless/intel/iwlwifi/mvm/mvm.h:2215:24: error: implicit declaration of function ‘rfkill_soft_blocked’; did you mean ‘rfkill_blocked’? [-Werror=implicit-function-declaration]
mvm->hw_registered ? rfkill_soft_blocked(mvm->hw->wiphy->rfkill) : false;
^~~~~~~~~~~~~~~~~~~
rfkill_blocked
In file included from ../drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:22:0:
../drivers/net/wireless/intel/iwlwifi/mvm/mvm.h: In function ‘iwl_mvm_mei_set_sw_rfkill_state’:
../drivers/net/wireless/intel/iwlwifi/mvm/mvm.h:2215:24: error: implicit declaration of function ‘rfkill_soft_blocked’; did you mean ‘rfkill_blocked’? [-Werror=implicit-function-declaration]
mvm->hw_registered ? rfkill_soft_blocked(mvm->hw->wiphy->rfkill) : false;
^~~~~~~~~~~~~~~~~~~
rfkill_blocked
--
~Randy