commit | fa43750f00dc1699b24f5b441ab5fa79157a6b1f | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Tue Jun 29 21:47:10 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 30 15:00:52 2010 -0400 |
tree | 22764934abe277df692184c0e053e3bb1ba50984 | |
parent | ad90319bc3bf604bccf55a3c952d9b68d12c5072 [diff] |
rt2x00: Fix beacon updates in rt61pci Fix rt61pci beacon updates in the same way as rt2800pci. rt61pci 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>