aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ralfw
Commit message (Collapse)AuthorAgeFilesLines
* Stop using .OODATE for extracting firmware.Bryan Drewery2019-06-121-1/+1
| | | | | | | | | | | | | This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism. MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC Notes: svn path=/head/; revision=348979
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Update the rt2860's firmware and add a Makefile for the module. WhileBernhard Schmidt2012-03-132-1/+6
| | | | | | | | | | | here remove the ucode header file which was used to generate the fw files but by now is outdated. Reviewed by: ray Obtained from: OpenBSD Notes: svn path=/head/; revision=232946
* Remove the non-existent rt2860 subdir. Note, the ralfw module is not used inAndrew Thompson2008-06-261-1/+1
| | | | | | | | | | the build yet. PR: kern/125015 Submitted by: Dan Cojocar Notes: svn path=/head/; revision=180034
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-205-0/+36
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