diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index daedfa9e1c63..c3f436964621 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -416,7 +416,7 @@ static inline u32 get_sta_flags(struct sta_info *sta) | |||
416 | /* | 416 | /* |
417 | * Get a STA info, must have be under RCU read lock. | 417 | * Get a STA info, must have be under RCU read lock. |
418 | */ | 418 | */ |
419 | struct sta_info *sta_info_get(struct ieee80211_local *local, u8 *addr); | 419 | struct sta_info *sta_info_get(struct ieee80211_local *local, const u8 *addr); |
420 | /* | 420 | /* |
421 | * Get STA info by index, BROKEN! | 421 | * Get STA info by index, BROKEN! |
422 | */ | 422 | */ |