mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
manager: Make default_if_driver_list static
This commit is contained in:
parent
1f5ca4b108
commit
deee526b98
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user