diff options
Diffstat (limited to 'include/net')
-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 6dd19593e333..6169fca216b4 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -2654,7 +2654,7 @@ struct wiphy { | |||
2654 | u32 hw_version; | 2654 | u32 hw_version; |
2655 | 2655 | ||
2656 | #ifdef CONFIG_PM | 2656 | #ifdef CONFIG_PM |
2657 | struct wiphy_wowlan_support wowlan; | 2657 | const struct wiphy_wowlan_support *wowlan; |
2658 | struct cfg80211_wowlan *wowlan_config; | 2658 | struct cfg80211_wowlan *wowlan_config; |
2659 | #endif | 2659 | #endif |
2660 | 2660 | ||