aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.h
Commit message (Expand)AuthorAgeFilesLines
* eliminate nested include by making MALLOC_DECLARE conditional on theSam Leffler2004-04-051-0/+2
* export the malloc type M_80211_NODE for drivers that override the nodeSam Leffler2004-04-051-0/+2
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-0/+2
* parameterize locking to improve portability and possibleSam Leffler2003-10-171-0/+8
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-261-0/+1
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-2/+1
* Delay creating ic_bss until after the super-class has a chanceSam Leffler2003-08-131-0/+1
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-2/+1
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-11/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+142