From: Helmut Schaa Date: Wed, 8 Sep 2010 18:56:32 +0000 (+0200) Subject: rt2x00: Check for specific changed flags when updating the erp config X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0204464329c17ba6d293e1899f71223599a0e582;p=pandora-kernel.git rt2x00: Check for specific changed flags when updating the erp config Previously rt2x00 was always updating all erp related config variables even though mac80211 might only have changed one. Hence, pass the changed flags to the config_erp driver callback so that the driver can limit the changes to the correct values. This fixes an issue in AP mode where the beacon interval is not initialized (and thus zero) but still sent to the hardware causing an interrupt storm on rt2800pci hanging the system. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed