|
@@ -3152,7 +3152,6 @@ struct ssid_hotlist_param {
|
|
|
/**
|
|
|
* struct roam_scan_filter_params - Structure holding roaming scan
|
|
|
* parameters
|
|
|
- * @len: length
|
|
|
* @op_bitmap: bitmap to determine reason of roaming
|
|
|
* @session_id: vdev id
|
|
|
* @num_bssid_black_list: The number of BSSID's that we should
|
|
@@ -3182,7 +3181,6 @@ struct ssid_hotlist_param {
|
|
|
*/
|
|
|
|
|
|
struct roam_scan_filter_params {
|
|
|
- uint32_t len;
|
|
|
uint32_t op_bitmap;
|
|
|
uint8_t session_id;
|
|
|
uint32_t num_bssid_black_list;
|