]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Autogenerate hardware notes for the uath(4) driver.
[FreeBSD/FreeBSD.git] / sys / net80211 /
2009-04-03 samfix whitespace
2009-04-03 samo update dwds mcast handling after hoisting ieee80211_e...
2009-03-30 samHoist 802.11 encapsulation up into net80211:
2009-03-30 rpauloFix typo in comment.
2009-03-30 rpauloMFP mesh11s:
2009-03-29 samo add ic_rt to track the rate table for the current...
2009-03-29 samtoggling fast-frames requires clocking the state machine
2009-03-29 samEliminate ic_myaddr so changing the mac address of...
2009-03-26 samo move tdma+superg protocol defs out of public view
2009-03-26 samFix enough bits so that fast frames work again:
2009-03-26 samdynamic turbo mode is only implemented in sta mode...
2009-03-26 samneed to adjust htinfo offset when csa is inserted
2009-03-26 samadjust tdma ie offset when beacon frame contents changes
2009-03-25 samshuffle code so things build w/o INVARIANTS or IEEE8021...
2009-03-24 samhide linker set stuff from user space
2009-03-24 samsplit Atheros SuperG support out into it's own file...
2009-03-24 samadd linker sets for get/set ioctl handlers so optional...
2009-03-24 samuse IEEE80211_SUPPORT_TDMA option to control whether...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 rpauloRemove leftover comment because we now use a flag to...
2009-03-19 rpauloFix typo in comment.
2009-03-18 rpauloUse plural in a comment. No functional change.
2009-03-18 samrate limit printfs for invalid tdma ie contents; probab...
2009-03-18 samMinor cleanups of tdma protocol handling:
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-04 samadd the desired channel to the scan list if not already...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-28 edAdd memmove() to the kernel, making the kernel compile...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-22 samchange tdma slave behaviour: if the channel is locked...
2009-02-22 samdisplay min/max dwell times in msecs in debug msgs
2009-02-20 sammark nodes created by way of neighbor discovery need...
2009-02-20 samo reset aggressive mode flag; it was being left set...
2009-02-20 sammisc cleanup of wme parameter setting
2009-02-19 samuse 1/2 and 1/4 rate phy types to simplify txtime calcu...
2009-02-19 samAdd modes for 1/2 and 1/4-width channels so we have...
2009-02-19 samo looseen abi dependencies on IEEE80211_MODE_MAX by...
2009-02-19 samuse c99 initializers
2009-02-19 samo consolidate loops to eliminate assumptions about...
2009-02-19 samChange country ie construction to simplify forthcoming...
2009-02-19 samuse c99 initializer
2009-02-19 samsimplify setting up the roaming parameters; writing...
2009-02-19 samcheck ptr against NULL
2009-02-19 saminstead of special casing lookups for the 11na/g legacy...
2009-02-19 samadd phy types for 1/2 and 1/4-rate modes
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-13 samremove ic_stats; it was intended to accumulate stats...
2009-02-13 samstrip M_FRAG & co mbufs coming down from ip_output...
2009-02-12 samo replace ieee80211_node_reclaim by individual operatio...
2009-02-12 thompsaAdd a ieee80211_waitfor_parent() function that will...
2009-02-11 samimprove key index map reclaim debug msg
2009-02-11 samoops, fix octal escape sequence
2009-02-11 samremove bogus reference reclaim on the slave-side bss...
2009-02-11 samfix mis-numbering of IEEE80211_MSG_BITS
2009-02-10 samwhen operating as a slave, clear neighbor entries and...
2009-02-10 samclean neighbor entries on beacon miss
2009-02-10 samcorrectly fixup iv_des_chan after installing a new...
2009-02-09 weongyomark M_LASTFRAG at the last fragment.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-05 samo change _db_show_key to always dump the contents inste...
2009-02-05 samo add IEEE80211_KEY_BITS for %b printing of wk_flags
2009-02-03 samWhen crafting a media setting w/ an auto (non-fixed...
2009-02-01 samwhen promoting an 11b channel to 11g do not accept...
2009-01-29 samsetup default fixed rates for static turbo and 11n;
2009-01-29 samset ni_txparms for static turbo mode
2009-01-29 samsetup default rate set for static turbo mode
2009-01-28 samadd an assert to verify the number of channels returned...
2009-01-28 samchange null_getradiocaps to return the actual count...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-27 samExtend channel definition with:
2009-01-27 samfix comment
2009-01-27 samRemove assumptions about the max # channels in ioctl's:
2009-01-27 samchange ic_getradiocaps driver callback to include the...
2009-01-27 samo add country codes from Atheros regulatory; these...
2009-01-27 samo make %b msg bit defines public (to user apps too)
2009-01-27 samfill in ieee channel #'s and max tx power for drivers...
2009-01-27 samadd new state bit to indicate when interference is...
2009-01-27 samchange IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK...
2009-01-27 samdefine IEEE80211_CHAN_108A and IEEE80211_CHAN_108G...
2009-01-25 thompsaIf the parent up/down task was queued then sync with...
2009-01-23 samfix regulatory state check for all vaps' being down...
2009-01-23 samadd defines for driver-private bits to eliminate use...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-11 samadd missing return that broke WPA1+2 support
2009-01-08 samTDMA support for long distance point-to-point links...
2009-01-07 samonly mark an infrastructure node to require an associd...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 sammark discovered neighbors QoS capable if they advertise wme
2008-12-31 samfollow prevailing style
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-18 samconvert MALLOC/FREE to malloc/free
2008-12-16 samfix comment
2008-12-15 samFix ucastkey teardown for drivers that plumb clear...
2008-12-15 samremove extraneous ';'
2008-12-15 samFix definition of IEEE80211_CHAN_MAX; it was defined...
next