i40iw: fix build warning in i40iw_manage_apbvt()
Not upstream as this function is no longer around anymore. The function i40iw_manage_apbvt() has the wrong prototype match from the .h file to the .c declaration, so fix it up, otherwise gcc-13 complains (rightfully) that the type is incorrect. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -422,9 +422,8 @@ void i40iw_manage_arp_cache(struct i40iw_device *iwdev,
|
|||||||
bool ipv4,
|
bool ipv4,
|
||||||
u32 action);
|
u32 action);
|
||||||
|
|
||||||
int i40iw_manage_apbvt(struct i40iw_device *iwdev,
|
enum i40iw_status_code i40iw_manage_apbvt(struct i40iw_device *iwdev,
|
||||||
u16 accel_local_port,
|
u16 accel_local_port, bool add_port);
|
||||||
bool add_port);
|
|
||||||
|
|
||||||
struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait);
|
struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait);
|
||||||
void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request);
|
void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request);
|
||||||
|
|||||||
Reference in New Issue
Block a user