History log of /haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/if_iwn_chip_cfg.h
Revision Date Author Comments
# 4e5a521c 08-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

iprowifi4965: Upgrade to FreeBSD 12.

Tested on a ThinkPad T61.


# 83a6125d 28-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

iprowifi4965: Fix for the Intel Centrino 6235.

The first change (universally disable ICT mode on Haiku) was my fault for
not properly carrying forward from the FreeBSD 9 driver, but the second change
(remove flag from _base_params) is indeed a bug in FreeBSD 11.

This device ID was not present in the FreeBSD 9 driver; we added it ourselves,
and somehow it "just worked." FreeBSD 11 tries to properly configure this device,
which nearly works, but somehow they also wound up with this flag in the base
parameters, which even the comment suspected was wrong.

Thanks to Humdinger for diligently trying all the strange code changes
I suggested to him over IRC. :)


# 688153aa 25-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

iprowifi4965: Sync with FreeBSD 11.1.

Tested and verified as working on my Lenovo ThinkPad T61.