aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup of vap create work:Sam Leffler2008-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 Notes: svn path=/head/; revision=178957
* fix buildSam Leffler2008-04-201-1/+1
| | | | Notes: svn path=/head/; revision=178365
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-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) Notes: svn path=/head/; revision=178354
* remove warnings for 64bit aware platforms.Weongyo Jeong2008-04-011-2/+2
| | | | | | | Approved by: thompsa (mentor) Notes: svn path=/head/; revision=177819
* Add support for Marvell Libertas 88W8335 based PCI network adapters.Weongyo Jeong2008-03-256-0/+4697
Reviewed by: sam, many wireless people Approved by: thompsa (mentor) Notes: svn path=/head/; revision=177595