summaryrefslogtreecommitdiffstats
path: root/sys/dev/malo
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup of vap create work:sam2008-05-121-1/+2
| | | | | | | | | | | | | o add IEEE80211_C_STA capability to indicate sta mode is supported (was previously assumed) and mark drivers as capable o add ieee80211_opcap array to map an opmode to the equivalent capability bit o move IEEE80211_C_OPMODE definition to where capabilities are defined so it's clear it should be kept in sync (on future additions) o check device capabilities in clone create before trying to create a vap; this makes driver checks unneeded o make error codes return on failed clone request unique o temporarily add console printfs on clone request failures to aid in debugging; these will move under DIAGNOSTIC or similar before release
* fix buildsam2008-04-201-1/+1
|
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-202-369/+242
| | | | | | | | | | | 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)
* remove warnings for 64bit aware platforms.weongyo2008-04-011-2/+2
| | | | Approved by: thompsa (mentor)
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-256-0/+4697
Reviewed by: sam, many wireless people Approved by: thompsa (mentor)
OpenPOWER on IntegriCloud