From: Luis R. Rodriguez Date: Sun, 9 Aug 2009 01:55:16 +0000 (-0400) Subject: ath9k: Fix regression on receiving PS poll frames X-Git-Tag: v2.6.32-rc1~703^2~367^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6a3fc7e728eb4cd14653c8cfc1ee81432cfd5d;p=pandora-kernel.git 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 Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed