ath9k: Fix regression on receiving PS poll frames
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sun, 9 Aug 2009 01:55:16 +0000 (21:55 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:13:54 +0000 (09:13 -0400)
commitaf6a3fc7e728eb4cd14653c8cfc1ee81432cfd5d
treec39bb8c62b1c029e8e5f42704c1f89e2e7c1b357
parentd5b96a6f39a8aaa7534069b3db71048df44f023b
ath9k: Fix regression on receiving PS poll frames

In the the patch:

ath9k: use new FIF_PSPOLL configure filter

I forgot to add the new FIF_PSPOLL to the supported mask.
Without this we mask out the FIF_PSPOLL flag therefore
we'd ignore it from mac80211.

Cc: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c