rt2x00: Fix beacon updates in rt2800pci
authorHelmut Schaa <helmut.schaa@googlemail.com>
Tue, 29 Jun 2010 19:46:43 +0000 (21:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Jun 2010 19:00:52 +0000 (15:00 -0400)
commitad90319bc3bf604bccf55a3c952d9b68d12c5072
treed7734d339ee912974bc63f86b3dbf38d092c9fff
parentd440cb9eb1c9c44a811f0b23dff684347d1016e0
rt2x00: Fix beacon updates in rt2800pci

rt2800pci didn't update the beacon template after each beacon interval,
resulting in the DTIM count being incorrect (if DTIM period > 1). Fix this
by calling rt2x00lib_beacondone after the current beacon was sent out.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800pci.c