summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_proto.c
AgeCommit message (Expand)Author
2007-06-16constifyDamien Bergamini
2007-06-16de-staticDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2006-12-25print the phy mode in IFF_DEBUG status output which helps to debugReyk Floeter
2006-08-29Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag.Damien Bergamini
2006-08-19move computation of mbps after checking the value of ni->ni_txrateDamien Bergamini
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-09-08mostly knfReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-03-13fix whitespaceReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2004-07-04fix a NetBSDism and a pasto left over from the import; ok millert@Christian Weisgerber
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller