Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but | sam | 2008-12-15 | 1 | -1/+1 |
| | | | | | | | really was meant to be 256. Adjust usage accordingly and replace bogus usage of this value in checking IEEE channel #'s. NB: this causes an ABI change; ifconfig must be recompiled | ||||
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -0/+57 |
Note this includes changes to all drivers and moves some device firmware loading to use firmware(9) and a separate module (e.g. ral). Also there no longer are separate wlan_scan* modules; this functionality is now bundled into the wlan module. Supported by: Hobnob and Marvell Reviewed by: many Obtained from: Atheros (some bits) |