diff options
Diffstat (limited to 'package/mac80211/patches/020-netlink_seq.patch')
-rw-r--r-- | package/mac80211/patches/020-netlink_seq.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/020-netlink_seq.patch b/package/mac80211/patches/020-netlink_seq.patch deleted file mode 100644 index 2897b4068..000000000 --- a/package/mac80211/patches/020-netlink_seq.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/net/wireless/nl80211.c -+++ b/net/wireless/nl80211.c -@@ -3728,7 +3728,9 @@ static int nl80211_dump_scan(struct sk_b - spin_lock_bh(&rdev->bss_lock); - cfg80211_bss_expire(rdev); - -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)) - cb->seq = rdev->bss_generation; -+#endif - - list_for_each_entry(scan, &rdev->bss_list, list) { - if (++idx <= start) |