]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: ipw2x00: Rename michael_mic() to libipw_michael_mic()
authorEric Biggers <ebiggers@kernel.org>
Wed, 8 Apr 2026 03:06:46 +0000 (20:06 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 8 Apr 2026 06:55:15 +0000 (08:55 +0200)
commitea06baf59bd4b83c2cb13698411909e5e6be001e
tree24f29fbe8270230cce85a9c24ba901f78f33bf6c
parentc9b7f640426ca0fbaa506df13feabfc5b05bf071
wifi: ipw2x00: Rename michael_mic() to libipw_michael_mic()

Rename the driver-local michael_mic() function to libipw_michael_mic()
to prevent a name conflict with the common michael_mic() function.

Note that this code will be superseded later when libipw starts using
the common michael_mic().  This commit just prevents a bisection hazard.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Link: https://patch.msgid.link/20260408030651.80336-2-ebiggers@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c