aboutsummaryrefslogtreecommitdiffstats
path: root/with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-08-21 21:36:42 -0400
committerbnewbold <bnewbold@robocracy.org>2012-08-22 14:24:57 -0400
commit8340edb2d8a24ee88bad3e230b77cbfedf81cff8 (patch)
tree79952b3b41d2ced650498a45970cdbc4d6333122 /with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch
parentb6be6e02f9bdecfb00b1264d7dfdf453badaba34 (diff)
downloaddreamplug-libertas_uap-8340edb2d8a24ee88bad3e230b77cbfedf81cff8.tar.gz
dreamplug-libertas_uap-8340edb2d8a24ee88bad3e230b77cbfedf81cff8.zip
commit all files and directions
See README and LICENSE.
Diffstat (limited to 'with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch')
-rw-r--r--with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch b/with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch
new file mode 100644
index 0000000..d725ef3
--- /dev/null
+++ b/with-linux-3.2/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch
@@ -0,0 +1,31 @@
+--- ./drivers/net/wireless/libertas_uap/uap_main.c.orig 2012-01-05 02:04:22.082318156 -0700
++++ ./drivers/net/wireless/libertas_uap/uap_main.c 2012-01-05 02:05:50.161341323 -0700
+@@ -1322,20 +1322,6 @@ uap_set_mac_address(struct net_device *d
+ }
+
+ /**
+- * @brief This function sets multicast addresses to firmware
+- *
+- * @param dev A pointer to net_device structure
+- * @return n/a
+- */
+-static void
+-uap_set_multicast_list(struct net_device *dev)
+-{
+- ENTER();
+-#warning uap_set_multicast_list not implemented. Expect problems with IPv6.
+- LEAVE();
+-}
+-
+-/**
+ * @brief This function handles the timeout of packet
+ * transmission
+ *
+@@ -1558,7 +1544,6 @@ static const struct net_device_ops uap_n
+ .ndo_set_mac_address = uap_set_mac_address,
+ .ndo_tx_timeout = uap_tx_timeout,
+ .ndo_get_stats = uap_get_stats,
+- .ndo_set_multicast_list = uap_set_multicast_list,
+ };
+ #endif
+