iwlwifi: avoid sending too many commands
authorJohannes Berg <johannes.berg@intel.com>
Fri, 3 Sep 2010 13:32:21 +0000 (06:32 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 11 Sep 2010 15:51:39 +0000 (08:51 -0700)
When the PAN context is unused, there's no
need to continually update it in the device.
So track which contexts are active (with the
special case that the WLAN context is always
active ...) and only send their commands to
the device when needed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

No differences found