History log of /netbsd/sys/dev/pci/if_wpireg.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 600f9c49 02-Jul-2014 jakllsch <jakllsch@NetBSD.org>

fix boot code maximum size.

From OpenBSD if_wpireg.h 1.19.


# f3ecc178 02-Jul-2014 jakllsch <jakllsch@NetBSD.org>

No need to duplicate the members of the wpi_cmd_data structure within
the wpi_scan_hdr structure when we can just put the wpi_cmd_data
structure within the wpi_scan_hdr structure.

This also brings o

No need to duplicate the members of the wpi_cmd_data structure within
the wpi_scan_hdr structure when we can just put the wpi_cmd_data
structure within the wpi_scan_hdr structure.

This also brings our if_wpireg.h mostly in line with OpenBSD's 1.18.

show more ...


# bf9513d8 30-Jun-2014 jakllsch <jakllsch@NetBSD.org>

Apply OpenBSD src/sys/dev/pci/if_wpireg.h 1.17.


# fd6909ac 30-Jun-2014 jakllsch <jakllsch@NetBSD.org>

Sync with OpenBSD src/sys/dev/pci/if_wpireg.h 1.16.


# 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


# db9d3119 28-Nov-2007 degroote <degroote@NetBSD.org>

In wpi_init, check for the status of radio switch and print a useful message
in this case.


# a409673b 21-Oct-2007 degroote <degroote@NetBSD.org>

802.11 header may have different sizes. Deals correctly with this.


# 6471b574 02-Sep-2007 degroote <degroote@NetBSD.org>

The service queue isn't used anymore so don't allocate it.
It saves a bit of memory and reduces diff with other BSD.


# d1103dfa 18-Jul-2007 degroote <degroote@NetBSD.org>

change firmware loading code to adopt the new 2.14.4 firmware layout (from
OpenBSD).

While here, remove some dead code I added when I ported the code from OpenBSD.


IMPORTANT : You must download th

change firmware loading code to adopt the new 2.14.4 firmware layout (from
OpenBSD).

While here, remove some dead code I added when I ported the code from OpenBSD.


IMPORTANT : You must download the 2.14.4 firmware or update your
sysutils/wpi-firmware2 to the last revision (2.14.4) or the driver will stop
working.

show more ...


# 825b897d 09-Jul-2007 degroote <degroote@NetBSD.org>

Sync the driver with the OpenBSD one

1/ Update the driver to use the new firmware images from Intel (2.14.3.)
2/ Read the list of supported channels from the EEPROM instead of having
it hard-code

Sync the driver with the OpenBSD one

1/ Update the driver to use the new firmware images from Intel (2.14.3.)
2/ Read the list of supported channels from the EEPROM instead of having
it hard-coded in the driver.
3/ Limit output power to what is specified in EEPROM.
4/ Decrease output power for highest OFDM rates to reduce distortion.
5/ Automatically adjust output power to temperature changes for increased
throughput and range.
6/ Attach the adapter's onboard thermal sensor to the sensor framework.
7/ Replace 'magic' fields in structures with their correct definitions.
8/ Rewrite the firmware load in order to reduce the diff with OpenBSD one

NOTE2: you must install sysutils/wpi-firmware2 in order to use the new
driver

NOTE2: if you are using a channel not allowed by the regulatory domain
of your adapter, you will no longer be able to associate.

Thanks a lot for his hard work to damien@OpenBSD.org

show more ...


# b5fe9c67 13-Jan-2007 degroote <degroote@NetBSD.org>

Sync the wpi driver with the openbsd one. Thanks to Jean-Baptiste
Campesato for his work.
Fix PR/34463


ok dyoung@ joerg@


# de54b391 31-Oct-2006 joerg <joerg@NetBSD.org>

Move AMRR code out of wpi(4) and ural(4) into net80211 itself.
From OpenBSD.


# af29995e 13-Aug-2006 simonb <simonb@NetBSD.org>

Add a port of the OpenBSD Intel 3945ABG wpi(4) wireless driver, by
Jean-Baptiste Campesato.

From PR kern/33778.