diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 80051ffc275..ab78b53bd6f 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1628,7 +1628,7 @@ struct cfg80211_ops { | |||
1628 | void (*set_wakeup)(struct wiphy *wiphy, bool enabled); | 1628 | void (*set_wakeup)(struct wiphy *wiphy, bool enabled); |
1629 | 1629 | ||
1630 | struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, | 1630 | struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, |
1631 | char *name, | 1631 | const char *name, |
1632 | enum nl80211_iftype type, | 1632 | enum nl80211_iftype type, |
1633 | u32 *flags, | 1633 | u32 *flags, |
1634 | struct vif_params *params); | 1634 | struct vif_params *params); |