Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-02-23 | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | Reyk Floeter | |
is now disabled by default to use the value found in EEPROM. ok deraadt@ | |||
2005-02-17 | a new year and a new, less restrictive license. because it has to be | Reyk Floeter | |
free. go ahead miod@ | |||
2005-02-17 | derived from NetBSD: | Reyk Floeter | |
--- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@ | |||
2004-12-30 | shorter symbolic names for regulation domains and 2GHz channels for FCC1A. | Reyk Floeter | |
2004-12-25 | in real C, there is not , after the last enum entry; ok reyk | Theo de Raadt | |
2004-11-06 | fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now it | Reyk Floeter | |
also works with gcc3 (ok naddy@). | |||
2004-11-02 | some changes merged in from netbsd. ieee80211_regdomain.# will be used | Reyk Floeter | |
by sdr (software defined radios). ok deraadt@ millert@ damien@ |