There are cases when net80211 calls into crypto updates with the
ic lock held (not (just) the nt lock). We have to unlock that as
well and track the unlock like we do for the nt to avoid panics
when we later can sleep (on the wiphy [sx] lock).
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reported by: rm
PR: 285729
Fixes: b8dfc3ecf703