| Age | Commit message (Expand) | Author |
| 2013-03-29 | one we is enough. | christos |
| 2013-03-29 | Don't hold 2 locks at the same time, causes lockdebug panic. Triggered by | christos |
| 2013-03-29 | trailing blanks police. | christos |
| 2013-01-10 | The IEEE80211_F_ flag prefix was used for both the flags in ieee80211_var.h | christos |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-06-24 | Fix uses of #ifdef/#endif inside macro expansions. | gmcgarry |
| 2007-12-20 | Add IEEE80211_NODE_UNLOCK() to match the IEEE80211_NODE_LOCK() . | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-30 | Make 802.11 devices to work with stealth AP even when scanning | tacha |
| 2006-05-03 | - Make sure scangen sequence number is unique | seanb |
| 2006-03-28 | Revamp ieee80211_get_rate. Now it does not use the rateset in the | dyoung |
| 2006-03-17 | don't use MALLOC with a non-constant size; use malloc instead. | christos |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-02 | Miscellaneous ath(4) and net80211 updates and bug-fixes coming from | dyoung |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-01-13 | KNF a comment. | skrll |
| 2005-12-29 | Rewrite ieee80211_get_rate using clue from sys/dev/ic/athrate-sample.c: | dyoung |
| 2005-12-29 | IBSS merge nit: clear IEEE80211_F_SIBSS (STATUS: start IBSS) when | dyoung |
| 2005-11-23 | In ieee80211_init_neighbor, delete unsupported rates from an adhoc | dyoung |
| 2005-11-20 | Repair adhoc mode. | dyoung |
| 2005-11-18 | Resolve conflicts and adapt to NetBSD. | skrll |
| 2005-09-25 | Reduce diffs from FreeBSD: remove a gratuitous temporary variable. | dyoung |
| 2005-07-26 | In ieee80211_refine_node_for_beacon, deal gracefully with a node | dyoung |
| 2005-07-26 | Resolve conflicts. | dyoung |
| 2005-07-05 | In ieee80211_refine_node_for_beacon, do not decrease the reference | dyoung |
| 2005-06-26 | Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-04 | IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson | dyoung |
| 2004-10-04 | Drivers are not expected to call ieee80211_find_node_for_beacon, | dyoung |
| 2004-10-04 | Bug fix: in ieee80211_find_txnode, we used to call ieee80211_ref_node(ni) | dyoung |
| 2004-08-10 | Cosmetic: remove extraneous blank line. | dyoung |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-07-29 | Whoops, rearrange the function so the TAILQ_EMPTY() DTRT. | mycroft |
| 2004-07-29 | Don't reset the inactivity timer every time we create a node -- this could | mycroft |
| 2004-07-29 | Implement passive scanning for APs in station and host-AP mode: | mycroft |
| 2004-07-28 | Always lookup/create a node table entry for Beacons and Probe | dyoung |
| 2004-07-26 | The adhoc mode changes are seriously broken. In host-AP mode, at least, we | mycroft |
| 2004-07-25 | Call ieee80211_free_node, not ieee80211_node_leave, on timed-out | dyoung |
| 2004-07-25 | Undo last: Sam Leffler has shown me a better way to avoid ad hoc | dyoung |
| 2004-07-24 | ieee80211_node_leave runs in all modes, not just hostap mode, so | dyoung |
| 2004-07-24 | NetBSD does not define ieee80211_node_refcnt(). Use ni->ni_refcnt, | dyoung |
| 2004-07-23 | Cleanup of ieee80211_node from madwifi: | mycroft |
| 2004-07-23 | Changes from madwifi: | mycroft |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-07-23 | Yet more DPRINTF() cleanup. | mycroft |
| 2004-07-23 | Fix ieee80211_needs_rxnode so that net80211 does something akin to | dyoung |
| 2004-07-23 | Diff reduction vs. madwifi. | mycroft |