linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch : mac80211:Multicast patch for linux-2.6.28.1 (wl12xx drivers)
@ 2013-02-18 11:09 Girish Bn
  2013-02-18 11:11 ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Girish Bn @ 2013-02-18 11:09 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

Hi All,

The below patch file is required in order for the multicasting to work properly on Linux kernel below 3.2 for wl12xx drivers
diff -Naur a/net/mac80211/iface.c b/net/mac80211/iface.c
--- a/net/mac80211/iface.c          2012-09-22 22:59:15.000000000 +0530
+++ b/net/mac80211/iface.c      2013-02-07 12:06:03.958268798 +0530
@@ -811,6 +811,9 @@
               .ndo_uninit                        = ieee80211_teardown_sdata,
               .ndo_start_xmit                               = ieee80211_subif_start_xmit,
               .ndo_set_rx_mode        = ieee80211_set_multicast_list,
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0))
+             .ndo_set_multicast_list = ieee80211_set_multicast_list,
+#endif
               .ndo_change_mtu          = ieee80211_change_mtu,
               .ndo_set_mac_address                = ieee80211_change_mac,
               .ndo_select_queue        = ieee80211_netdev_select_queue,

This above patch will disable the multicast filter at the wl1271 hardware

Thanks & Regards,
Girish
L&T IES,
KIADB Industrial Area,
Hebbal-Hootagalli, Mysore - 570 018
Telephone :  DID+91-821-2405552
Mobile: +91-9741206402
E-mail ID :Girish.BN@lnties.com
www.lnties.com

This mail is classified as :
(  ) L&T IES Proprietary
(  ) L&T IES Confidential
(X) L&T IES Internal Use
( ) L&T IES General Business

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-18 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 11:09 patch : mac80211:Multicast patch for linux-2.6.28.1 (wl12xx drivers) Girish Bn
2013-02-18 11:11 ` Johannes Berg
2013-02-18 11:13   ` Johannes Berg
2013-02-18 11:25     ` Girish Bn
2013-02-18 11:46       ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).