3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

manager: Make default_if_driver_list static

This commit is contained in:
Marcel Holtmann 2019-08-04 00:35:14 +02:00
parent 1f5ca4b108
commit deee526b98

View File

@ -65,7 +65,7 @@ struct wiphy_setup_state {
static struct l_queue *pending_wiphys; static struct l_queue *pending_wiphys;
/* With these drivers don't even try creating our interfaces */ /* With these drivers don't even try creating our interfaces */
const char *default_if_driver_list[] = { static const char *default_if_driver_list[] = {
/* /*
* The out-of-tree rtl88x2bu crashes the kernel hard. Seemingly * The out-of-tree rtl88x2bu crashes the kernel hard. Seemingly
* many other drivers are built from the same source code so * many other drivers are built from the same source code so