aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* make malloc tag for ieee80211_node more recognizableSam Leffler2004-04-051-1/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-6/+70
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofSam Leffler2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadSam Leffler2004-04-021-0/+2
* replace explicit malloc/free with MALLOC/FREE for portabilitySam Leffler2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for useSam Leffler2004-04-021-54/+66
* diff reduction against madwifiSam Leffler2004-04-021-3/+5
* o add support for controlling the power of transmitted framesSam Leffler2004-03-301-0/+1
* fix typo that broke AP scanning by BSSIDSam Leffler2003-11-091-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-171-1/+5
* parameterize locking to improve portability and possibleSam Leffler2003-10-171-17/+17
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-261-6/+25
* allocate node table entries with a specific malloc typeSam Leffler2003-09-261-2/+4
* Generalize the per-node RSSI data so drivers can do more interestingSam Leffler2003-09-151-0/+10
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-15/+18
* Delay creating ic_bss until after the super-class has a chanceSam Leffler2003-08-131-0/+7
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-18/+24
* insure ic_bss always has a "valid" channel; avoids problems where users couldSam Leffler2003-06-291-1/+2
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-21/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+557