mac80211: remove an obsolete patch which breaks 2.6.32 compat

SVN-Revision: 20046
lede-17.01
Felix Fietkau 2010-03-08 00:34:30 +00:00
parent 708a33027f
commit 3f6ca40dd1
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -5789,7 +5789,11 @@ int nl80211_send_action(struct cfg80211_
return err;
}
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))
err = genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlpid);
+#else
+ err = genlmsg_unicast(msg, nlpid);
+#endif
if (err < 0)
return err;
return 0;