History log of /netbsd/sys/dev/pci/if_iwireg.h (Results 1 – 19 of 19)
Revision Date Author Comments
# 0de5da96 08-Sep-2008 gmcgarry <gmcgarry@NetBSD.org>

Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.


# b6a2ef75 25-Dec-2007 perry <perry@NetBSD.org>

Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h


# be0d7b99 20-Dec-2006 skrll <skrll@NetBSD.org>

- Upgrade to the latest firmware and as a result remove the error log dump.
- Mostly sync with OpenBSD
- Serialise sending commands to the firmware
- Remove redundant calls to bpfdetach.
- use bus

- Upgrade to the latest firmware and as a result remove the error log dump.
- Mostly sync with OpenBSD
- Serialise sending commands to the firmware
- Remove redundant calls to bpfdetach.
- use bus_size_t where appropriate and not fetch iobase as it's not
used.
- improve 802.11 radiotap support (correct rx rate)
- add short preamble flag
- add short slot time support
- ignore parity errors (as per the Linux driver)
- Set Tx power for all channels.
- disable bluetooth co-existance
- Check that ni->ni_rates.rs_nrates is not greater than the maximum
handled by the firmware.
- Begin syncing with the FreeBSD driver by renaming a few things.

show more ...


# 6458f6d4 09-Aug-2006 skrll <skrll@NetBSD.org>

Adapt iwi(4) to use firmload(9) and remove firmware loading from
iwictl(8).


# ff67bb31 29-Nov-2005 rpaulo <rpaulo@NetBSD.org>

Add support for software controlled LEDs as found on some
boards. Currently, only the associated LED is being used because
that's the only LED my card has. The other two LEDs (OFDM and
activity) can

Add support for software controlled LEDs as found on some
boards. Currently, only the associated LED is being used because
that's the only LED my card has. The other two LEDs (OFDM and
activity) can later be set by someone, easily, who owns some board
with that LEDs.

Reviewed by Nick Hudson.

show more ...


# 38d4ca67 18-Nov-2005 skrll <skrll@NetBSD.org>

Resolve conflicts. Changelog to follow.


# 5349e12d 14-Nov-2005 skrll <skrll@NetBSD.org>

Dump the error log if we get an IWI_INTR_FATAL_ERROR interrupt.


# 9877d180 29-Oct-2005 scw <scw@NetBSD.org>

Re-arrange a bitfield according to host byte-order.


# 69c3b181 08-Oct-2005 skrll <skrll@NetBSD.org>

Use the new scan command for monitor mode as well.


# c9b506e8 29-Sep-2005 skrll <skrll@NetBSD.org>

Fix the endianness of the scan command.

All the channels get the right scan type/dwelltime now.


# 1d01574a 25-Sep-2005 skrll <skrll@NetBSD.org>

Support hidden ESSID APs.

Use the newer scan command as this one doesn't crash the firmware when
scanning 802.11a channels.

Thanks to scw and blymn for testing.

Closes PR 31295.


# b453f6ca 25-Sep-2005 skrll <skrll@NetBSD.org>

Resolve conflicts.


# fbe43fd3 17-Sep-2005 skrll <skrll@NetBSD.org>

KNF. That is change u_intN_t to uintN_t.


# 81eeab7e 12-Sep-2005 skrll <skrll@NetBSD.org>

Fix spello.


# c6f82057 19-Aug-2005 skrll <skrll@NetBSD.org>

More sync with the FreeBSD driver.


# 5fc171f8 30-Jul-2005 christos <christos@NetBSD.org>

Partially fix. Now it comes up, associates with wep, but something is wrong
with tcp since it crashes in wep encryption when I cvs update.


# 54c9009f 20-Jun-2005 sekiya <sekiya@NetBSD.org>

Implement monitor mode. From OpenBSD.


# 70f6d0ab 11-Jan-2005 skrll <skrll@NetBSD.org>

NetBSD RCSID


# 60b4bf1e 11-Jan-2005 skrll <skrll@NetBSD.org>

iwi(4) - Intel PRO/Wireless 2200AG/2915ABG driver.
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/

Ad-hoc mode and roaming are not fully implemented yet.