From b6be6e02f9bdecfb00b1264d7dfdf453badaba34 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Wed, 30 May 2012 23:33:10 -0300 Subject: Initial commit. --- ...ell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 with-linux-3.4/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch (limited to 'with-linux-3.4/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch') diff --git a/with-linux-3.4/0002-Driver-for-Marvell-Libertas-8688-SDIO-micro-AP-suppo-3.2.patch b/with-linux-3.4/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.4/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 + -- cgit v1.2.3