mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
mpdu: Drop unused argument
This commit is contained in:
parent
050db0b054
commit
83af5b0170
@ -50,7 +50,7 @@ static bool validate_mgmt_header(const struct mmpdu_header *mpdu,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 802.11-2016 13.11.2 */
|
/* 802.11-2016 13.11.2 */
|
||||||
static bool skip_resource_req_resp(struct ie_tlv_iter *iter, bool response)
|
static bool skip_resource_req_resp(struct ie_tlv_iter *iter)
|
||||||
{
|
{
|
||||||
struct ie_tlv_iter tmp;
|
struct ie_tlv_iter tmp;
|
||||||
|
|
||||||
@ -121,7 +121,7 @@ static bool validate_mgmt_ies(const uint8_t *ies, size_t ies_len,
|
|||||||
last_idx++;
|
last_idx++;
|
||||||
|
|
||||||
if (tag == IE_TYPE_RIC_DATA &&
|
if (tag == IE_TYPE_RIC_DATA &&
|
||||||
!skip_resource_req_resp(&iter, response))
|
!skip_resource_req_resp(&iter))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
new_idx = last_idx;
|
new_idx = last_idx;
|
||||||
|
Loading…
Reference in New Issue
Block a user