commit | fd24c4af6e82231391fa09875ae6378fa1399f0f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jul 21 08:34:49 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 21 08:34:49 2008 -0700 |
tree | 0fddd1b5b1fe7e13013e61e0e050d2751b8f1168 | |
parent | ebbdbd7c02f4f8dea84e2956aa942bd18e1ddf93 [diff] |
sunhme: Remove stop/wake TX queue calls in set-multicast-list handler. Based upon a bug report by Alexander Beregalov and commentary from Ben Hutchings. These are totally unnecessary, in particular because this driver's ->hard_start_xmit() handler takes the same driver spinlock that the set-multicast-list handler uses. Signed-off-by: David S. Miller <davem@davemloft.net>