commit | 6d7fd647c236c5b4ac4a27b17180ea8d7d169c8d | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Oct 08 17:27:51 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 09 13:47:24 2009 -0700 |
tree | c59096f1a982d7ae3f65b245e01fd25ed1859581 | |
parent | 4074e77ca3c0c5047acb012a440022ca1f3a2dab [diff] |
Staging: winbond: implement prepare_multicast and fix API usage This patch adds a prepare_multicast callback for the winbond driver to properly receive mc_count in ->configure_filter. This also fixes incompatible pointer assignment build errors because ->configure_filter had changed. This is build tested only, but that's more than the original code received. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>