iwlwifi: move QoS into context
Since mac80211 doesn't currently enable/disable QoS per interface, we can't yet do it properly, but we can already prepare for it and move the QoS data and command ID into the context struct. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
committed by
Wey-Yi Guy
parent
8f2d3d2ae1
commit
8dfdb9d575
@@ -1125,9 +1125,12 @@ struct iwl_rxon_context {
|
||||
|
||||
struct iwl_rxon_time_cmd timing;
|
||||
|
||||
struct iwl_qos_info qos_data;
|
||||
|
||||
u8 bcast_sta_id;
|
||||
|
||||
u8 rxon_cmd, rxon_assoc_cmd, rxon_timing_cmd;
|
||||
u8 qos_cmd;
|
||||
};
|
||||
|
||||
struct iwl_priv {
|
||||
@@ -1418,8 +1421,6 @@ struct iwl_priv {
|
||||
|
||||
u32 inta_mask;
|
||||
|
||||
struct iwl_qos_info qos_data;
|
||||
|
||||
struct workqueue_struct *workqueue;
|
||||
|
||||
struct work_struct restart;
|
||||
|
||||
Reference in New Issue
Block a user