]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: fix build failure
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 30 Jun 2015 08:21:51 +0000 (13:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2015 02:18:17 +0000 (19:18 -0700)
commite26bb71da9cf3c54cd8b1c1341a9c9b89e704ca6
tree85b253df695991f065eb1002e20407cf9ca9dda8
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
staging: wilc1000: fix build failure

commit 80279fb7ba5b ("cfg80211: properly send
NL80211_ATTR_DISCONNECTED_BY_AP in disconnect") has changed the api of
cfg80211_disconnected() and caused a build failure.
Add the extra argument as false since it appears from the code that the
disconnection is not locally generated.
And incase of doubt we can use false as that is the default behaviour.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c