From: Sonic Zhang Date: Mon, 10 May 2010 05:39:12 +0000 (+0000) Subject: netdev: bfin_mac: use promiscuous flag for promiscuous mode X-Git-Tag: v2.6.35-rc1~473^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0da776bde79e5d5e2c955ff37a8a09fe05433b2;p=pandora-kernel.git netdev: bfin_mac: use promiscuous flag for promiscuous mode Rather than using the Receive All Frames (RAF) bit to enable promiscuous mode, use the Promiscuous (PR) bit. This lowers overhead at runtime as we let the hardware process the packets that should actually be checked. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger Signed-off-by: David S. Miller --- Reading git-diff-tree failed