wil6210.h (58527421489dcc1110f6bcfd3b50d479199af4e0) | wil6210.h (74997a53d257e327699e359b78b3ecfd33f80cab) |
---|---|
1/* 2 * Copyright (c) 2012-2016 Qualcomm Atheros, Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 601 unchanged lines hidden (view full) --- 610 struct cfg80211_scan_request *scan_request; 611 612 struct mutex mutex; /* for wil6210_priv access in wil_{up|down} */ 613 /* statistics */ 614 atomic_t isr_count_rx, isr_count_tx; 615 /* debugfs */ 616 struct dentry *debug; 617 struct debugfs_blob_wrapper blobs[ARRAY_SIZE(fw_mapping)]; | 1/* 2 * Copyright (c) 2012-2016 Qualcomm Atheros, Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 601 unchanged lines hidden (view full) --- 610 struct cfg80211_scan_request *scan_request; 611 612 struct mutex mutex; /* for wil6210_priv access in wil_{up|down} */ 613 /* statistics */ 614 atomic_t isr_count_rx, isr_count_tx; 615 /* debugfs */ 616 struct dentry *debug; 617 struct debugfs_blob_wrapper blobs[ARRAY_SIZE(fw_mapping)]; |
618 u8 discovery_mode; |
|
618 619 void *platform_handle; 620 struct wil_platform_ops platform_ops; 621 622 struct pmc_ctx pmc; 623}; 624 625#define wil_to_wiphy(i) (i->wdev->wiphy) --- 199 unchanged lines hidden --- | 619 620 void *platform_handle; 621 struct wil_platform_ops platform_ops; 622 623 struct pmc_ctx pmc; 624}; 625 626#define wil_to_wiphy(i) (i->wdev->wiphy) --- 199 unchanged lines hidden --- |