Home
last modified time | relevance | path

Searched refs:modname (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp80 static int rmmod(const char *modname) { in rmmod() argument
85 ret = delete_module(modname, O_NONBLOCK | O_EXCL); in rmmod()
93 PLOG(DEBUG) << "Unable to unload driver module '" << modname << "'"; in rmmod()