Lines Matching defs:wimax
5429 struct iwn5000_wimax_coex wimax;
5433 /* Enable WiMAX coexistence for combo adapters. */
5434 wimax.flags =
5439 memcpy(wimax.events, iwn6050_wimax_events,
5444 /* Disable WiMAX coexistence. */
5445 wimax.flags = 0;
5446 memset(wimax.events, 0, sizeof wimax.events);
5448 DPRINTF(("Configuring WiMAX coexistence\n"));
5449 return iwn_cmd(sc, IWN5000_CMD_WIMAX_COEX, &wimax, sizeof wimax, 0);
5599 /* Configure WiMAX coexistence for combo adapters. */
5603 "could not configure WiMAX coexistence\n");