diff options
author | Patrick McHardy <kaber@trash.net> | 2008-03-26 10:12:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-26 10:12:11 +0100 |
commit | 61ee6bd487b9cc160e533034eb338f2085dc7922 (patch) | |
tree | 33502a9da58f26f3b948f18288c0669b898db030 /fs/ecryptfs/read_write.c | |
parent | [IRDA]: Store irnet_socket termios properly. (diff) | |
download | linux-61ee6bd487b9cc160e533034eb338f2085dc7922.tar.xz linux-61ee6bd487b9cc160e533034eb338f2085dc7922.zip |
[NET]: Fix multicast device ioctl checks
SIOCADDMULTI/SIOCDELMULTI check whether the driver has a set_multicast_list
method to determine whether it supports multicast. Drivers implementing
secondary unicast support use set_rx_mode however.
Check for both dev->set_multicast_mode and dev->set_rx_mode to determine
multicast capabilities.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ecryptfs/read_write.c')
0 files changed, 0 insertions, 0 deletions