rt2800: do not enable tbtt unless we are in a beacon mode
authorJosef Bacik <josef@redhat.com>
Mon, 16 Nov 2009 02:33:18 +0000 (21:33 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Nov 2009 19:17:13 +0000 (14:17 -0500)
commit6a62e5ef94f754892734f99e87ca3dedd3cef277
treef2f056dd50f39c0a2bef2111dea3e01ffa56f032
parentdd6ae4f877ce8cde9f57046a8eea4efc46950502
rt2800: do not enable tbtt unless we are in a beacon mode

Please be gentle, I'm a fs developer and this is my first foray into drivers, as
I'm tired of building ralinks driver everytime I update my kernel.  Whenever I
load the rt2800pci driver my box bogs down, and a few printk's later I
discovered its because I was getting 10's of thousands of TBTT interrupts a
second.  I discovered this was because we were setting the beacon timer to 0,
which is apparently what TBTT keys off of.  It seems to me that we should only
be enabling TBTT when we are in a beacon transmitting mode, which from what I
can tell is in AD-HOC and other such modes where the mac80211 layer would have
given us a proper beacon_int to set the beacon timer to instead of 0.  So this
is my fix, only enable TBTT if our sync mode is for beacon.  This makes it so my
box doesn't die everytime I load the rt2800pci driver.  Let me know if this is
acceptable, I just learned all these terms about 15 minutes ago via wikipedia,
so I really am not familiar with how this stuff is supposed to work.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c