forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
brcmfmac: Configure keep-alive packet on suspend
When system enter suspend, there is no more wireless traffic, and if there is no incoming data, most of the AP kick-out the client station after few minutes because of inactivity. The usual way to prevent this is to submit a Null function frame periodically as a keep-alive. This is supported by brcm controllers and can be configured via the mkeep_alive IOVAR. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
- Loading branch information
1 parent
728e26c
commit 13a67e895024e7cdbf0faa409fe3349cb0d741fc
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters