mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 05:12:17 +00:00
staging: brcm80211: set beacon interval as provided by mac80211
Driver now follows beacon interval as set by mac80211 callback. Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Brett Rudley <brudley@broadcom.com> Reviewed-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e0caf15007
commit
c234656fa3
@ -372,8 +372,9 @@ wl_ops_bss_info_changed(struct ieee80211_hw *hw,
|
||||
}
|
||||
if (changed & BSS_CHANGED_BEACON_INT) {
|
||||
/* Beacon interval changed */
|
||||
WL_NONE("%s: Beacon Interval: %d (implement)\n",
|
||||
WL_NONE("%s: Beacon Interval: %d\n",
|
||||
__func__, info->beacon_int);
|
||||
wlc_set(wl->wlc, WLC_SET_BCNPRD, info->beacon_int);
|
||||
}
|
||||
if (changed & BSS_CHANGED_BSSID) {
|
||||
/* BSSID changed, for whatever reason (IBSS and managed mode) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user