iwlegacy: move qos_data out of ctx structure
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
8c9c48d5a9
commit
8d44f2bd75
@@ -1165,8 +1165,6 @@ struct il_rxon_context {
|
||||
*/
|
||||
bool always_active, is_active;
|
||||
|
||||
struct il_qos_info qos_data;
|
||||
|
||||
struct {
|
||||
bool non_gf_sta_present;
|
||||
u8 protection;
|
||||
@@ -1278,6 +1276,8 @@ struct il_priv {
|
||||
|
||||
struct il_rxon_context ctx;
|
||||
|
||||
struct il_qos_info qos_data;
|
||||
|
||||
/*
|
||||
* We declare this const so it can only be
|
||||
* changed via explicit cast within the
|
||||
|
Reference in New Issue
Block a user