diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 8718401cbd89..df32df383f52 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -873,8 +873,8 @@ static int ieee80211_set_probe_resp(struct ieee80211_sub_if_data *sdata, | |||
873 | return 0; | 873 | return 0; |
874 | } | 874 | } |
875 | 875 | ||
876 | int ieee80211_assign_beacon(struct ieee80211_sub_if_data *sdata, | 876 | static int ieee80211_assign_beacon(struct ieee80211_sub_if_data *sdata, |
877 | struct cfg80211_beacon_data *params) | 877 | struct cfg80211_beacon_data *params) |
878 | { | 878 | { |
879 | struct beacon_data *new, *old; | 879 | struct beacon_data *new, *old; |
880 | int new_head_len, new_tail_len; | 880 | int new_head_len, new_tail_len; |