diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_wext.c b/core/hdd/src/wlan_hdd_wext.c index 216e3263735c..faa39173c65a 100644 --- a/core/hdd/src/wlan_hdd_wext.c +++ b/core/hdd/src/wlan_hdd_wext.c @@ -11361,7 +11361,7 @@ int wlan_hdd_set_filter(hdd_context_t *hdd_ctx, } packetFilterSetReq.numFieldParams = request->num_params; packetFilterSetReq.coalesceTime = 0; - packetFilterSetReq.filterType = HDD_RCV_FILTER_SET; + packetFilterSetReq.filterType = SIR_RCV_FILTER_TYPE_FILTER_PKT; for (i = 0; i < request->num_params; i++) { packetFilterSetReq.paramsData[i].protocolLayer = request->params_data[i].protocol_layer; |
