Adjusting the netdev patch slightly to cope with recent change
in libertas regarding cfg80211 support:
commit
6c65edc7a3e9452509a898cc9bbc210b0121617f
Author: Holger Schurig <hs4233@mail.mn-solutions.de>
Date: Tue Oct 6 16:31:54 2009 +0200
libertas: first stab at cfg80211 support
Signed-off-by: Hin-Tak Leung <htl10@users.sourceforge.net>
/**
* @brief This function adds the card. it will probe the
@@ -1270,7 +1272,16 @@
- priv->infra_open = 0;
+ wdev->netdev = dev;
+ priv->dev = dev;
- /* Setup the OS Interface to our functions */
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29))
dev->netdev_ops = &lbs_netdev_ops;
+#else