|
@@ -522,7 +522,7 @@ struct sta_info *sta_info_get_by_idx(struct ieee80211_sub_if_data *sdata,
|
|
* until sta_info_insert().
|
|
* until sta_info_insert().
|
|
*/
|
|
*/
|
|
struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
|
struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
|
- u8 *addr, gfp_t gfp);
|
|
|
|
|
|
+ const u8 *addr, gfp_t gfp);
|
|
|
|
|
|
void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
|
|
void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
|
|
|
|
|