From: Daniel Halperin Date: Mon, 14 Jun 2010 20:10:29 +0000 (-0700) Subject: iwlwifi: update LQ for bcast station on channel change X-Git-Tag: v2.6.36-rc1~571^2~385^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278c2f6faafebe28b9776918ce5fbaef9795c141;p=pandora-kernel.git iwlwifi: update LQ for bcast station on channel change The rate table in the bcast LQ is computed only when the station is allocated, and chooses the lowest rate for the band. Because of when this occurs, this is the 2.4 GHz band and uses the 0x420a (CCK, 1 Mbps) rate. In 5 GHz beaconing mode, this rate will prevent beacons from being sent and any other packets from being received. We can fix this by re-initializing the bcast station's LQ command when the channel is changed. Signed-off-by: Daniel Halperin Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed