wifi: iwlwifi: mei: fix compilation errors in rfkill()
[ Upstream commit
30db4c9e072c0a2f682b655337190842dcff72e3 ]
The rfkill() callback was invoked with wrong parameters.
It was missed since MEI is defined now as depending on BROKEN.
Fix that.
Fixes: 48b2d377b550 ("wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lock")
Fixes: 14bd28732bfc ("wifi: iwlwifi: mei: make sure ownership confirmed message is sent")
Fixes: cce86c7a3fec ("wifi: iwlwifi: mei: don't send SAP commands if AMT is disabled")
Link: https://lore.kernel.org/r/20230126222821.305122-2-gregory.greenman@intel.com
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>