]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 10 Apr 2020 13:32:35 +0000 (15:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 12:42:49 +0000 (14:42 +0200)
commit5ba34b66fe6d525aab2fff3ecf25c94b5e0882d4
treea12861152bb30aacd24182e3f889af014a68963e
parent88de9b01d9c14475e0fc30b36090c2064920c6ca
staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()

Currently, IBSS networks are started by the mean of
wfx_bss_info_changed(). It easier to use use callbacks provided by
mac80211.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200410133239.438347-16-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/main.c
drivers/staging/wfx/sta.c
drivers/staging/wfx/sta.h