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 09a823520e58..81a3bfa45471 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -997,7 +997,7 @@ struct wiphy { | |||
997 | * know whether it points to a wiphy your driver has registered | 997 | * know whether it points to a wiphy your driver has registered |
998 | * or not. Assign this to something global to your driver to | 998 | * or not. Assign this to something global to your driver to |
999 | * help determine whether you own this wiphy or not. */ | 999 | * help determine whether you own this wiphy or not. */ |
1000 | void *privid; | 1000 | const void *privid; |
1001 | 1001 | ||
1002 | struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS]; | 1002 | struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS]; |
1003 | 1003 | ||