summaryrefslogtreecommitdiff
path: root/sys/src/9/port/wifi.c
AgeCommit message (Collapse)Author
2020-09-06wifi: add packet timestamping supportcinap_lenrek
2019-02-25wifi: fix %.*s format in wifictlcinap_lenrek
2018-08-06wifi: lilu dallas multiratecinap_lenrek
now handle the supported rates element properly, only providing the intersecting set of rates that the bss advertises and what the driver supports, putting the basic rates first. also avoid using usupported rates.
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
the only architecture dependence of devether was enabling interrupts, which is now done at the end of the driver's reset() function now. the wifi stack and dummy ethersink also go to port/. do the IRQ2->IRQ9 hack for pc kernels in intrenabale(), so not every caller of intrenable() has to be aware of it.