#include #include "common.h" void main(void) { pthread_mutex_t a, b, c; pthread_mutex_init(&a, NULL); pthread_mutex_init(&b, NULL); pthread_mutex_init(&c, NULL); LOCK_UNLOCK_2(a, b); LOCK_UNLOCK_2(c, a); LOCK_UNLOCK_2(b, c); } eed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDedy Lansky <qca_dlansky@qca.qualcomm.com>2017-01-20 13:49:47 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2017-01-27 19:49:34 +0200
commit0d2370e939acca97b5e1abc1aedd47c5c9a5f500 (patch)
treef237af066b142a75238656183c2f36262dd7a0c8 /drivers
parentaf3db60a30331d3a37b534570bc52dd64a7c0e5d (diff)
wil6210: support new WMI-only FW capability
WMI_ONLY FW is used for testing in production. It cannot be used for scan/connect, etc. In case FW reports this capability, driver will not allow interface up. Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')