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