Adjusting the netdev patch slightly to cope with recent change in libertas regarding cfg80211 support: commit 6c65edc7a3e9452509a898cc9bbc210b0121617f Author: Holger Schurig <hs4233@xxxxxxxxxxxxxxxxxxxx> Date: Tue Oct 6 16:31:54 2009 +0200 libertas: first stab at cfg80211 support Signed-off-by: Hin-Tak Leung <htl10@xxxxxxxxxxxxxxxxxxxxx> --- compat/patches/01-netdev.patch | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/patches/01-netdev.patch b/compat/patches/01-netdev.patch index 141f80b..f6bca3e 100644 --- a/compat/patches/01-netdev.patch +++ b/compat/patches/01-netdev.patch @@ -416,9 +416,9 @@ without creating a headache on maintenance of the pathes. /** * @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 -- 1.6.5.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html