summaryrefslogtreecommitdiff
path: root/wl_cfgscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'wl_cfgscan.c')
-rwxr-xr-xwl_cfgscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wl_cfgscan.c b/wl_cfgscan.c
index b3d78f8..c4022a8 100755
--- a/wl_cfgscan.c
+++ b/wl_cfgscan.c
@@ -3847,8 +3847,6 @@ wl_notify_sched_scan_results(struct bcm_cfg80211 *cfg, struct net_device *ndev,
STATIC_ASSERT(sizeof(wl_pfn_net_info_v1_t) == sizeof(wl_pfn_net_info_v2_t));
STATIC_ASSERT(sizeof(wl_pfn_lnet_info_v1_t) == sizeof(wl_pfn_lnet_info_v2_t));
STATIC_ASSERT(sizeof(wl_pfn_subnet_info_v1_t) == sizeof(wl_pfn_subnet_info_v2_t));
- STATIC_ASSERT(OFFSETOF(wl_pfn_subnet_info_v1_t, SSID) ==
- OFFSETOF(wl_pfn_subnet_info_v2_t, u.SSID));
/* Extract the version-specific items */
if (pfn_result_v1->version == PFN_SCANRESULT_VERSION_V1) {