diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/rndis_wlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c index 42e19e85fa68..d0992fcac7b6 100644 --- a/drivers/net/wireless/rndis_wlan.c +++ b/drivers/net/wireless/rndis_wlan.c | |||
@@ -570,7 +570,7 @@ static int rndis_del_pmksa(struct wiphy *wiphy, struct net_device *netdev, | |||
570 | 570 | ||
571 | static int rndis_flush_pmksa(struct wiphy *wiphy, struct net_device *netdev); | 571 | static int rndis_flush_pmksa(struct wiphy *wiphy, struct net_device *netdev); |
572 | 572 | ||
573 | static struct cfg80211_ops rndis_config_ops = { | 573 | static const struct cfg80211_ops rndis_config_ops = { |
574 | .change_virtual_intf = rndis_change_virtual_intf, | 574 | .change_virtual_intf = rndis_change_virtual_intf, |
575 | .scan = rndis_scan, | 575 | .scan = rndis_scan, |
576 | .set_wiphy_params = rndis_set_wiphy_params, | 576 | .set_wiphy_params = rndis_set_wiphy_params, |