aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 9a5869e9ecfa..ef42559694f1 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -643,7 +643,7 @@ enum ieee80211_if_conf_change {
643 */ 643 */
644struct ieee80211_if_conf { 644struct ieee80211_if_conf {
645 u32 changed; 645 u32 changed;
646 u8 *bssid; 646 const u8 *bssid;
647}; 647};
648 648
649/** 649/**