From: Thomas Wagner Date: Tue, 25 Sep 2012 16:02:55 +0000 (+0530) Subject: ath9k: Fix rx filtering issue for older chips X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~30^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a549459c96ba99a691aa1cafeabdd327a7a2bfcf;p=pandora-kernel.git ath9k: Fix rx filtering issue for older chips We need to have the promiscuous mode enabled for older chipsets so that the olderchips hardware does not filters out some valid/necessary frames that need to be sent to mac80211. Fix this by enabling promiscus mode for all the chipsets whose macversion <= AR9160 chipsets. This should fix https://bugzilla.kernel.org/show_bug.cgi?id=45591 shafi: made the fix generic by having the frame filtering disabled for chipsets older than AR9280. Cc: Javier Cardona Signed-off-by: Thomas Wagner Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- Reading git-diff-tree failed