From https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi:
iwlwifi is the wireless driver for Intel's current wireless chips.
From https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi#firmware
Device Kernels Module Firmware
IntelĀ® Wireless WiFi 5150AGN 2.6.29+ iwldvm iwlwifi-5150-ucode-8.24.2.2.tgz
which says iwldvm is the "module".
Isn't a driver a module?
which is the wireless driver (module) for the wifi adapter, iwlwifi or iwldvm?
Is wext also some kind of driver module, but why is it not listed in
lsmodorlshw? See also https://unix.stackexchange.com/a/198509/674
Thanks.