diff options
author | Jiri Pirko <jpirko@redhat.com> | 2010-02-27 02:35:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-28 04:44:01 -0500 |
commit | 655ffee284dfcf9a24ac0343f3e5ee6db85b85c5 (patch) | |
tree | 83ac4727338e0565baae5bbe9ac8dfa57c69c545 /drivers/net/wireless/orinoco/hw.h | |
parent | 9675478bbafed08848bf8d7e28400d5e46330b23 (diff) |
wireless: convert to use netdev_for_each_mc_addr
also added missed locking in rndis_wlan.c
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/orinoco/hw.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index e2f7fdc4d45a..9799a1d14a63 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -43,7 +43,7 @@ int __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, | |||
43 | u8 *tsc, size_t tsc_len); | 43 | u8 *tsc, size_t tsc_len); |
44 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); | 44 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); |
45 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, | 45 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, |
46 | struct dev_addr_list *mc_list, | 46 | struct net_device *dev, |
47 | int mc_count, int promisc); | 47 | int mc_count, int promisc); |
48 | int orinoco_hw_get_essid(struct orinoco_private *priv, int *active, | 48 | int orinoco_hw_get_essid(struct orinoco_private *priv, int *active, |
49 | char buf[IW_ESSID_MAX_SIZE+1]); | 49 | char buf[IW_ESSID_MAX_SIZE+1]); |