This is interesting:
root@OpenWrt:~# lsmod
nls_base 5008 1 usbcore
usb_common 1192 1 usbcore
usbcore 118012 0
root@OpenWrt:~# modprobe
Usage:
modprobe module
root@OpenWrt:~# ls /lib/
ar71xx.sh functions/ libfstools.so libsw.so libvalidate.so preinit/ wifi/
config/ ld-musl-mips-sf.so.1 libgcc_s.so.1 libubox.so modules/ uboot-envtools.sh
firmware/ libblobmsg_json.so libjson_script.so libubus.so netifd/ uci/
functions.sh libc.so libsetlbf.so libuci.so network/ upgrade/
root@OpenWrt:~# ls /lib/modules/
3.18.17/ 4.1.16/
root@OpenWrt:~# ls /lib/modules/4.1.16/
ath10k_core.ko ath9k_htc.ko lib80211_crypt_ccmp.ko lib80211_crypt_wep.ko usb-common.ko
ath10k_pci.ko lib80211.ko lib80211_crypt_tkip.ko nls_base.ko usbcore.ko
root@OpenWrt:~# modprobe /lib/modules/4.1.16/ath9k_htc.ko
failed to find dependency mac80211
failed to find dependency ath9k_hw
failed to find dependency ath9k_common
failed to find dependency compat
failed to find dependency ath
failed to find dependency cfg80211
1 module could not be probed
root@OpenWrt:~#