summaryrefslogtreecommitdiffstats
path: root/sys/dev/ray/if_raymib.h
Commit message (Collapse)AuthorAgeFilesLines
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-4/+4
|
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-171-36/+119
| | | | | | | | | | | | | | | | | | | | | | Pro and Raylink cards with version 5 firmware. Only infra-structure mode has been tested. Specific changes for this feature are: o Add RFC1042 encapsulation of IP datagrams o Add authentication and association o Decode of the beacon (although not used) Other changes have been made: o Pass command completion status to *_done (in place for adding proper error recovery) o Move a couple of state variables into the current network parameters structure. This is in prep. for dealing with roaming. MFC after: 1 week
* Changes necessary to make this work.imp2000-11-121-1/+1
| | | | | | | | | | The prior version in the tree was repo-copied from Duncan Barclay's cvs tree. Also add $FreeBSD$ Submitted by: Duncan Barclay Committed-via: raylan link with two webgear cards.
* Suck out all of the current and desired n/w parameters.dmlb2000-06-111-4/+20
|
* Cosmetic and capture a register dump _before_ I've downloaded values todmlb2000-06-041-3/+50
| | | | the card.
* Bit mask definitions for firmware versioning.dmlb2000-04-241-74/+89
| | | | | Added versioning info to the MIB sizes array so that both raycontrol and if_ray have a better chance of not sending duff data to the ECF.
* Merged in a load of information from the card documentation - not finished yet.dmlb2000-04-151-121/+338
|
* Add signal strength cache structures.dmlb2000-03-311-2/+14
|
* Added user level updates and reading of parameters.dmlb2000-03-211-10/+130
|
* Use ssid length from 80211.hdmlb2000-03-121-4/+136
| | | | | | moved and extended ioctl's added string and size definitions for raycontrol
* Initial importdmlb2000-02-271-0/+541
OpenPOWER on IntegriCloud