]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/wpi
Change KPI of how device drivers that provide wireless connectivity interact
[FreeBSD/FreeBSD.git] / sys / dev / wpi /
2015-03-15 adrianUse separate mutex for wv_bcbuf and wv_boff structures.
2015-03-15 adrianAdd prefixes to field names.
2015-03-15 adrianUse ieee80211_beacon_update() for dynamic beacon contents.
2015-03-15 adrianMove beacon initialisation to wpi_init_beacon()
2015-03-15 adrianUse a static buffer in wpi_cmd - rather than alloc...
2015-03-15 adrianUse WPI_RSSI_OFFSET instead of stat->noise (always...
2015-03-15 adrianFix debug category in wpi_read_eeprom_band()
2015-03-15 adrianMove IBSS assocation processing to wpi_newassoc().
2015-03-15 adrianwpi_tx_done() shouldn't wait for wpi_start().
2015-03-15 adrianAdd node table lock - addresses LOR in wpi_node_free().
2015-03-15 adrianOptimise sc->rev processing.
2015-03-15 adrianUse ring->queued for WPI_CMD_TX_DATA only.
2015-03-15 adrianMove some code under WPI_LOCK().
2015-03-15 adrianRemove unnecessary locking.
2015-03-15 adrianEliminate the WPI_FLAG_BUSY flag.
2015-03-15 adrianAdd separate lock for TX queues.
2015-03-15 adrianWrap node addition in STA mode into wpi_add_sta_node().
2015-03-15 adrianReplace kernel unit allocator with local set of functions.
2015-03-15 adrianMove key processing in wpi_tx_data.
2015-03-15 adrianRemove some un-needed variables.
2015-03-15 adrianReformatting - break lines ~ 80 characters.
2015-03-15 adrianwpi_intr(): remove duplicate code
2015-03-15 adrianReplace few numbers with named constants.
2015-03-15 adrianWrap cast to (struct wpi_node *) into WPI_NODE macros
2015-03-15 adrianmsleep() -> mtx_sleep()
2015-03-15 adrianFix warning: Value stored to 'supportsa' is never read.
2015-03-15 adrianFix error handling in wpi_scan().
2015-03-15 adrianFix indentation - non-functional change.
2015-03-15 adrianCheck some variables only on active TX rings
2015-03-15 adrianUse correct pointer for wpi_softc
2015-03-15 adrianFix panics in wpi_tx_done() when powersave is enabled
2015-03-15 adrianFix races between wpi_rx_done() and wpi_stop()
2015-03-15 adrianDivide ackfailcnt by 2 (firmware decreases rate after...
2015-03-15 adrianRun callout_reset() with mutex held.
2015-03-15 adrianAdd missed ieee80211_draintask()
2015-03-15 adrianFix a typo (IEEE80211_S_SCAN -> IEEE80211_F_SCAN)
2015-03-15 adrianFix mbuf mapping errors in wpi_cmd2() + add check for...
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-08 adrianUndo some issues from the previous big patch - there...
2015-03-08 adrianUse the correct mac addresses when initialising things.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-18 gjbMFH: r278593-r278966
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-14 adrianMore fixes to wpi(4), again not by me! Woo!
2015-02-11 gjbMFH: r278202,r278205-r278590
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-07 adrianBig wpi(4) overhaul! Not by me!
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-20 adrianRemove some hard-coded IE assembly over to use net80211...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-19 sjgMerge from head@274682
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 neelIFC @r271887
2014-09-19 glebiusMechanically convert to if_inc_counter().
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-27 pluknetMFV of r270725, tzdata2014f
next