Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | wifi: add packet timestamping support | cinap_lenrek | |
2019-02-25 | wifi: fix %.*s format in wifictl | cinap_lenrek | |
2018-08-06 | wifi: lilu dallas multirate | cinap_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-18 | devether: mux bridges, portable netconsole | cinap_lenrek | |
2018-02-11 | kernel: 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. |