]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: change RX sync notification to be an attribute and not a type
authorSara Sharon <sara.sharon@intel.com>
Wed, 23 Mar 2016 14:31:43 +0000 (16:31 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:14:40 +0000 (22:14 +0300)
commit942cbbebd6adf39ebfa76e0edf42029e75355bac
tree533ea5488d784b6b45c1cabe9a253ab15045647f
parentf498c575c820367e32294a065824e5244c10368b
iwlwifi: mvm: change RX sync notification to be an attribute and not a type

Currently the sync notification is a type of notification. However, it
is better fitted as an attribute of a notification, since there might
be another message in the payload (delba for instance) that should be
sent while control path is waiting for all queues to process.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-rx.h
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c