commit | feecb0cb466ba458f59640b4d59ecef1cd956b1f | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Fri Jan 13 15:55:07 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jan 19 14:48:16 2017 +0200 |
tree | 98e1c588b3a26006478560b1b3b4dedc238a65cc | |
parent | 5f0a221f59ad6b72202ef9c6e232086de8c336f2 [diff] |
rt2800: remove warning on bcn_num != rt2x00dev->intf_beaconing Since rt2800pci update beacon settings asynchronously from tbtt tasklet, without beacon_skb_mutex protection, number of currently active beacons entries can be different than number pointed by rt2x00dev->intf_beaconing. Remove warning about that inconsistency. Reported-by: evaxige@qq.com Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>