Changes between Version 20 and Version 21 of Internal/WinlabMadwifi


Ignore:
Timestamp:
Mar 13, 2006, 7:30:51 PM (18 years ago)
Author:
satyavol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WinlabMadwifi

    v20 v21  
    1717
    1818== HAL ==
    19  * What is a transmit descriptor? 
    20  * More: such as Open HAL
     19= OpenHAL =
     20Openhal  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:
    2121
     22HAL=${DEPTH}/openhal
     23ATH_HAL=${DEPTH}/openhal
     24
     25After this, go to the top directory and build like you normally would.
     26 
    2227== Madwifi-ng ==
    2328Madwifi-ng is the new madwifi driver code from Atheros that supports additional features including Virtual AP’s, WDS, XR, Compression etc.