History log of /haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ar9300_xmit_ds.c
Revision Date Author Comments
# ab3e2cf4 08-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

atheroswifi: Upgrade to FreeBSD 12.

Thanks return0e for testing!


# e042d589 12-Jul-2018 Augustin Cavalier <waddlesplash@gmail.com>

atheroswifi: Add AR9300 HAL.

Not really based on KapiX's patch (I looked at his Jamfile changes, but
did the rest of it myself.)

Besides the usual GCC2 (C89) fixes, this commit also changes FreeBSD's code
in removing two of the _reg_map_macro headers and adding only the relevant
portions to a post-preprocessed version of the non _macro files. This spares
us importing 7 MB (!) of headers.

KapiX confirmed his patch as working; hopefully I didn't break anything
in this import.