Changes between Version 20 and Version 21 of Internal/WinlabMadwifi
- Timestamp:
- Mar 13, 2006, 7:30:51 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WinlabMadwifi
v20 v21 17 17 18 18 == HAL == 19 * What is a transmit descriptor? 20 * More: such as Open HAL 19 = OpenHAL = 20 Openhal is a port of the OpenBSD hal for atheros device drivers that is source-compatible with the Madwifi driver for linux. Openhal caan be obtained directly from [http://pdos.csail.mit.edu/~jbicket/openhal/]. Openhal source is provided along with the WINLAB Madwifi and the user can build the driver with Openhal as opposed to the closed HAL in the madwifi driver source. To build with Openhal, place the Openhal source directory in the Madwifi directory. Now edit Makefile.inc and set the following: 21 21 22 HAL=${DEPTH}/openhal 23 ATH_HAL=${DEPTH}/openhal 24 25 After this, go to the top directory and build like you normally would. 26 22 27 == Madwifi-ng == 23 28 Madwifi-ng is the new madwifi driver code from Atheros that supports additional features including Virtual AP’s, WDS, XR, Compression etc.