]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: pass wmm configuration to the fw
authorEliad Peller <eliad@wizery.com>
Thu, 22 Nov 2012 16:06:20 +0000 (18:06 +0200)
committerLuciano Coelho <coelho@ti.com>
Tue, 27 Nov 2012 08:49:29 +0000 (10:49 +0200)
commitdc78e036b957920e7e49f0096c123c45d0a16b6f
treecde7e51617bd8b07bb7a79fecd103b4a4c9688f1
parentfb9cb552e5e13bd48e698d622fbd34252728197c
wlcore: pass wmm configuration to the fw

New fields were added to start_role(ap) and
set_peer_state commands, so the fw will be
able to know whether the sta/ap supports
wmm (the fw uses it in order to choose the
AC for some of its internally-generated frames)

For sta, take this value right from bss_conf->qos.

For ap, check for wmm support by looking for the
WMM IE in the configured beacon.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/cmd.c
drivers/net/wireless/ti/wlcore/cmd.h
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/wlcore_i.h