HomeSort by: relevance | last modified time | path
    Searched defs:wimax (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwn.c 5429 struct iwn5000_wimax_coex wimax; local in function:iwn5000_send_wimax_coex
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)
    [all...]
if_iwn.c 5429 struct iwn5000_wimax_coex wimax; local in function:iwn5000_send_wimax_coex
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)
    [all...]

Completed in 31 milliseconds