• E
    iwlwifi: mvm: add bcast_filtering debugfs entries · de06a59e
    Eliad Peller 提交于
    Allow reading and setting bcast filtering configuration
    through debugfs.
    
    By default, mvm->bcast_filters is used for setting
    the bcast filtering configuration (these filters
    will be configured for each associated station).
    
    For testing purposes, allow overriding this configuration,
    and setting the bcast filtering configuration manually.
    The following debugfs keys can be used:
    * bcast_filtering/override - use debugfs values instead
    	of default configuration
    * bcast_filtering/filters - set filters (+ attributes)
    * bcast_filtering/macs - per-mac bcast filtering
    	configuration (policy + attached filters)
    Signed-off-by: NEliad Peller <eliadx.peller@intel.com>
    Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
    de06a59e
mac80211.c 60.5 KB