wireless: remove duplicated .ndo_set_mac_address
authorAlexander Beregalov <a.beregalov@gmail.com>
Sun, 29 Mar 2009 20:52:21 +0000 (13:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2009 20:52:21 +0000 (13:52 -0700)
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/airo.c
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/net/wireless/prism54/islpci_dev.c
drivers/net/wireless/zd1201.c

index 7e80aba8a148dbb821e6096181378f3768f4455a..93302c0a36b045f5eabd70cc5b5f0834e8d93769 100644 (file)
@@ -2752,7 +2752,6 @@ static const struct net_device_ops airo_netdev_ops = {
        .ndo_set_mac_address    = airo_set_mac_address,
        .ndo_do_ioctl           = airo_ioctl,
        .ndo_change_mtu         = airo_change_mtu,
-       .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,
 };
 
@@ -2765,7 +2764,6 @@ static const struct net_device_ops mpi_netdev_ops = {
        .ndo_set_mac_address    = airo_set_mac_address,
        .ndo_do_ioctl           = airo_ioctl,
        .ndo_change_mtu         = airo_change_mtu,
-       .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,
 };
 
index b3449948a25a92ca8ac3afe17d099530249f0601..4a92af1d78776f3abbd9f8dfeec0df51966fe2a2 100644 (file)
@@ -11593,7 +11593,6 @@ static const struct net_device_ops ipw_netdev_ops = {
        .ndo_set_mac_address    = ipw_net_set_mac_address,
        .ndo_start_xmit         = ieee80211_xmit,
        .ndo_change_mtu         = ieee80211_change_mtu,
-       .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,
 };
 
index 166ed95846017c0463f5ab65a78acc8e5048aa49..e26d7b3ceab51cee23198ab5fc5c7fa60406ed59 100644 (file)
@@ -803,7 +803,6 @@ static const struct net_device_ops islpci_netdev_ops = {
        .ndo_tx_timeout         = islpci_eth_tx_timeout,
        .ndo_set_mac_address    = prism54_set_mac_address,
        .ndo_change_mtu         = eth_change_mtu,
-       .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,
 };
 
index 9b244c96b221bbc3c96006112681d1157e4d42d6..5fabd9c0f07a791483b01728e599b14a4a38ad3b 100644 (file)
@@ -1725,7 +1725,6 @@ static const struct net_device_ops zd1201_netdev_ops = {
        .ndo_set_multicast_list = zd1201_set_multicast,
        .ndo_set_mac_address    = zd1201_set_mac_address,
        .ndo_change_mtu         = eth_change_mtu,
-       .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,
 };