summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for FH phy, which will be used by awi driver.Atsushi Onoe2004-01-151-2/+5
* fix station mode breakage (repeat after me: "test every change, noSam Leffler2003-10-171-13/+24
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-171-23/+83
* fixup debug msgsSam Leffler2003-10-171-3/+6
* Change input handling to not expect drivers to filter short frames.Sam Leffler2003-09-151-6/+24
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-73/+55
* Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate theSam Leffler2003-08-131-4/+4
* add monitor modeSam Leffler2003-07-211-0/+7
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-6/+10
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-21/+17
* add commentSam Leffler2003-06-261-0/+2
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitySam Leffler2003-06-251-6/+0
* new 802.11 layer:Sam Leffler2003-06-231-0/+1093