iwlwifi: mvm: allow to disable beacon filtering for AP/GO interface
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Tue, 26 Jan 2016 16:12:28 +0000 (18:12 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 1 Feb 2016 14:40:29 +0000 (16:40 +0200)
commitc89e333d5e4a27f736c960b29040b261c21563a5
tree6b2a23074ea27d210644c9894b8dec9a57cb5ca7
parentd56a7801b544d63b0d32bc8bca0c12a259b1d8e9
iwlwifi: mvm: allow to disable beacon filtering for AP/GO interface

When in AP mode we need to filter in beacons from other APs to update HT
operation mode. As a power optimization the beacons are filtered out when
there are no associated stations. As a result, when there are no
associated stations, we will not update the HT operation mode until a
station connects.
Add a debugfs parameter that allows to disable this optimization.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c