~ubuntu-branches/ubuntu/vivid/bcmwl/vivid

« back to all changes in this revision

Viewing changes to debian/patches/0004-Add-support-for-Linux-3.2.patch

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2011-11-22 18:48:03 UTC
  • Revision ID: package-import@ubuntu.com-20111122184803-29zk7ud02qpx0b9j
Tags: 5.100.82.38+bdcom-0ubuntu5
Add 0004-Add-support-for-Linux-3.2.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From b1451f0c87ea4b44f73aa948ee453bb57c4b2f41 Mon Sep 17 00:00:00 2001
 
2
From: Alberto Milone <alberto.milone@canonical.com>
 
3
Date: Tue, 22 Nov 2011 18:23:16 +0100
 
4
Subject: [PATCH 1/1] Add support for Linux 3.2
 
5
 
 
6
---
 
7
 src/wl/sys/wl_linux.c |    2 +-
 
8
 1 files changed, 1 insertions(+), 1 deletions(-)
 
9
 
 
10
diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
 
11
index c11678f..7bed9ec 100644
 
12
--- a/src/wl/sys/wl_linux.c
 
13
+++ b/src/wl/sys/wl_linux.c
 
14
@@ -323,7 +323,7 @@ static const struct net_device_ops wl_netdev_ops =
 
15
 #endif
 
16
        .ndo_get_stats = wl_get_stats,
 
17
        .ndo_set_mac_address = wl_set_mac_address,
 
18
-       .ndo_set_multicast_list = wl_set_multicast_list,
 
19
+       .ndo_set_rx_mode = wl_set_multicast_list,
 
20
        .ndo_do_ioctl = wl_ioctl
 
21
 };
 
22
 
 
23
-- 
 
24
1.7.5.4
 
25