OSDN Git Service

ipw2200: constify address in ipw_send_adapter_address
authorJakub Kicinski <kuba@kernel.org>
Thu, 18 Nov 2021 14:27:20 +0000 (06:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Nov 2021 10:46:04 +0000 (10:46 +0000)
commita608e6794b080594590c52d2e373068d5148954c
treeb896aed809c1c188fee9ee426b340dafbcf3ca1c
parentb09d58025e3c6c78a874c234769cc95b9276e94e
ipw2200: constify address in ipw_send_adapter_address

Add const to the address param of ipw_send_adapter_address()
all the functions down the chain have already been changed.

Not sure how I lost this in the rebase.

Acked-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/intel/ipw2x00/ipw2200.c