summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLESam Leffler2003-09-141-3/+3
* Delay creating ic_bss until after the super-class has a chanceSam Leffler2003-08-131-0/+6
* add monitor modeSam Leffler2003-07-211-0/+12
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-1/+1
* add safeguard against (bogus) null channel parameterSam Leffler2003-06-291-1/+4
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-21/+17
* fix typoSam Leffler2003-06-271-1/+1
* new 802.11 layer:Sam Leffler2003-06-231-0/+858