staging: wilc1000: make mgmt_tx_cancel_wait static
This patch makes mgmt_tx_cancel_wait static. This function is used only at wilc_wfi_cfgoperation.c file. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
956d721197
commit
85c587a548
1 changed files with 3 additions and 3 deletions
|
@ -2505,9 +2505,9 @@ int mgmt_tx(struct wiphy *wiphy,
|
||||||
return s32Error;
|
return s32Error;
|
||||||
}
|
}
|
||||||
|
|
||||||
int mgmt_tx_cancel_wait(struct wiphy *wiphy,
|
static int mgmt_tx_cancel_wait(struct wiphy *wiphy,
|
||||||
struct wireless_dev *wdev,
|
struct wireless_dev *wdev,
|
||||||
u64 cookie)
|
u64 cookie)
|
||||||
{
|
{
|
||||||
struct wilc_priv *priv;
|
struct wilc_priv *priv;
|
||||||
tstrWILC_WFIDrv *pstrWFIDrv;
|
tstrWILC_WFIDrv *pstrWFIDrv;
|
||||||
|
|
Loading…
Add table
Reference in a new issue