]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: set all parameters before starting AP
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 10 Apr 2020 13:32:25 +0000 (15:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 12:42:38 +0000 (14:42 +0200)
commitda0e543495a9f6293ab9292be85aefa96c27401b
treef0809321d2275516fd45c02f1666ac76a4ff2970
parent0c9d81a655e4f71d665a0fde2e0c3c329134ea2c
staging: wfx: set all parameters before starting AP

Current code start AP and then configure the different parameters. Since
all the configuration is sent quickly after AP started, it works.
However, it is not very nice. In add, last firmware releases start to
disallow incorrect settings.

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