A module is not used, but is in use and cannot be removed
Trying to remove this module but no luck:
[use0@localhost ~]$ lsmod|grep rfkill
rfkill 28672 1
[use0@localhost ~]$ sudo modprobe -r rfkill
modprobe: FATAL: Module rfkill is in use.
[use0@localhost ~]$ sudo rmmod rfkill
rmmod: ERROR: Module rfkill is in use
I removed the only dependency it had cfg80211
but rfkill
is still not unloading.