commit | 986ea6c9e3834c9669fe69514fa90d916356bedc | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Sep 30 16:25:43 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 16 16:31:53 2012 +0200 |
tree | 2f4f11ff141a1d8b418f2ee01dcc2bdda73ac3e1 | |
parent | 26c7af7cad587455f5335af02eb94af772992ace [diff] |
iwlwifi: wipe out the status of the SCD when we disable a queue When we disable a queue, we don't want the SCD to remember anything about this queue (what packet was transmitted but not acked, what packed was acked etc...). Wipe out all this data in its SRAM. Constify the arguments to iwl_write_targ_mem_dwords on the way. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>