This member is not available in older kernel versions. This was introduced in commit: commit 9720bb3ab0b80659c63ed337eab66104a4156db0 Author: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Tue Jun 21 09:45:33 2011 +0200 nl80211: use netlink consistent dump feature for BSS dumps Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/42-netlink_seq.patch | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 patches/42-netlink_seq.patch diff --git a/patches/42-netlink_seq.patch b/patches/42-netlink_seq.patch new file mode 100644 index 0000000..2897b40 --- /dev/null +++ b/patches/42-netlink_seq.patch @@ -0,0 +1,12 @@ +--- 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) -- 1.7.4.1 -- 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