iwlwifi: mvm: fix default disabled aggs in sta
authorLiad Kaufman <liad.kaufman@intel.com>
Tue, 1 Sep 2015 15:50:22 +0000 (18:50 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 09:29:04 +0000 (12:29 +0300)
commit69191afef3c889992de643af7c318c9a8a1750c0
tree383a0e577c368fbf55b798daceb4861c360b8f82
parentacf9de3dfb2c9c00d94c3d614980006947ed2b7f
iwlwifi: mvm: fix default disabled aggs in sta

For the ADD_STA command, when the flag for aggregation
disabling is set, there is a bitmap indicated what TIDs
are disabling aggregations and what aren't. Currently, by
default, all TIDs allow for aggregations since the value
we begin with is 0.

Change this default value to 0xffff so all TIDs don't
allow aggregations until explicitly turned on.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/mvm/sta.c