]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: fix beacon descriptor
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Fri, 13 Apr 2012 11:14:22 +0000 (16:44 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Apr 2012 18:38:46 +0000 (14:38 -0400)
commit67dd2c7298b74080fc1d136ddeb6a6c8366e2c01
tree2d0df5f3b68d9faeb260dd45fbcf997d2357a82c
parentddca5fbb57adca776c1d73d9cea0dd58e6c3ac34
ath9k: fix beacon descriptor

The tx interrupt for beacon queue is configured only for edma chips.
As the edma chip does not support per descriptor interrupt, no need to
set INTREQ for every beacon descriptor. And also clear ps filter for
beacon frame.

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/beacon.c