#ifndef MAC80211_H #define MAC80211_H extern void enter_rfmon_mac80211(const char *device, char **mondev); extern void leave_rfmon_mac80211(const char *mondev); #endif /* MAC80211_H */ icon.ico'/>
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/power
AgeCommit message (Expand)AuthorFilesLines
mode:
authorHaim Dreyfuss <haim.dreyfuss@intel.com>2016-12-13 12:40:34 +0200
committerLuca Coelho <luciano.coelho@intel.com>2017-02-08 12:55:11 +0200
commit8373005805043efa038ca00401b9bf6959031854 (patch)
treee5917ee1980d5fcececfc66fef88783bc4b7a972 /drivers
parent7ca00409b5bd6e79a03d1cf3982dc429f371c02b (diff)
iwlwifi: pcie: separate between SW and HW MSIX configuration
The MSIX configuration flow includes two different stages: configuring the HW by writing to the IVAR table and configuring the SW to reflect the HW configuration. The HW configuration is needed on each HW reset, whereas the SW configuration is only needed during the init flow. Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/pcie/trans.c19
1 files changed, 14 insertions, 5 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/trans.c b/drivers/net/wireless/intel/iwlwifi/pcie/trans.c