if_iwn.c | 4457 struct iwn_btcoex_prot btprot; local in function:iwn_config_bt_coex_adv_config 4499 memset(&btprot, 0, sizeof btprot); 4500 btprot.open = 1; 4501 btprot.type = 1; 4502 error = iwn_cmd(sc, IWN_CMD_BT_COEX_PROT, &btprot, sizeof btprot, 1); 4508 btprot.open = 0; 4509 error = iwn_cmd(sc, IWN_CMD_BT_COEX_PROT, &btprot, sizeof btprot, 1) [all...] |