summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Collapse)AuthorAgeFilesLines
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
| | | | | query the state of a card and find a null channel since allocating the node left ni_chan zero
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingsam2003-06-291-1/+1
| | | | ic_des_chan that immediately follows)
* add safeguard against (bogus) null channel parametersam2003-06-291-1/+4
|
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-2713-215/+221
|
* fix typosam2003-06-271-1/+1
| | | | Submitted by: "Norman Diamond \(ITS\)" <n_diamond@its.jp>
* add commentsam2003-06-261-0/+2
|
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
|
* new 802.11 layer:sam2003-06-2313-0/+5719
o code reorg (relative to old netbsd-derived code) for future growth o drivers now specify available channels and rates and 802.11 layer handles almost all ifmedia actions o multi-mode support for 11a/b/g devices o 11g protocol additions (incomplete) o new element id additions (for other than 11g) o node/station table redone for proper locking and to eliminate driver incestuousness o split device flags and capabilities to reduce confusion and provide room for expansion o incomplete power management infrastructure (need to revisit) o incomplete hooks for software retry o more...
OpenPOWER on IntegriCloud