Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74461
b: refs/heads/master
c: d0a6895
h: refs/heads/master
i:
  74459: 15703cf
v: v3
  • Loading branch information
David Woodhouse authored and John W. Linville committed Nov 30, 2007
1 parent 837416a commit 9d72477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8376e7a3c2cbf2c91215c35fec9988f581fc699a
refs/heads/master: d0a689575102641149e67595e45ab006dbbb4a0d
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1165,8 +1165,6 @@ wlan_private *libertas_add_card(void *card, struct device *dmdev)
#ifdef WIRELESS_EXT
dev->wireless_handlers = (struct iw_handler_def *)&libertas_handler_def;
#endif
#define NETIF_F_DYNALLOC 16
dev->features |= NETIF_F_DYNALLOC;
dev->flags |= IFF_BROADCAST | IFF_MULTICAST;
dev->set_multicast_list = libertas_set_multicast_list;

Expand Down Expand Up @@ -1348,8 +1346,6 @@ int libertas_add_mesh(wlan_private *priv, struct device *dev)
#ifdef WIRELESS_EXT
mesh_dev->wireless_handlers = (struct iw_handler_def *)&mesh_handler_def;
#endif
#define NETIF_F_DYNALLOC 16

/* Register virtual mesh interface */
ret = register_netdev(mesh_dev);
if (ret) {
Expand Down

0 comments on commit 9d72477

Please sign in to comment.