History log of /freebsd-current/usr.sbin/wlandebug/wlandebug.c
Revision Date Author Comments
# cbfd42cc 07-Nov-2023 Elyes Haouas <ehaouas@noos.fr>

wlandebug: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])

Pull Request: https://github.com/freebsd/freebsd-src/pull/888
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>


# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 1f0cd2d9 01-Jun-2023 Elyes Haouas <ehaouas@noos.fr>

wlandebug: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# b1d757bc 22-Feb-2018 Alan Somers <asomers@FreeBSD.org>

libifconfig: multiple feature additions

Added the ability to:

* Create virtual interfaces
* Create vlan interfaces
* Get interface fib
* Get interface groups
* Get interface status
* Get nd6 info
* Get media status
* Get additional ifaddr info in a convenient struct
* Get vhids
* Get carp info
* Get lagg and laggport status
* Iterate over all interfaces and ifaddrs

And add more examples, too.

Note that this is a backwards-incompatible change. But that's ok, because it's
a private library.

MFC after: 3 weeks
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D14463


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.


# e989c743 19-Nov-2017 Andriy Voskoboinyk <avos@FreeBSD.org>

wlandebug(8): allow fallback to old behavior + improve name checks.

- Treat passed interface name as original if ifconfig_get_orig_name() fails.
- Reject interface name if it does not start from "wlan".


# 3ce85fa3 16-Oct-2017 Andriy Voskoboinyk <avos@FreeBSD.org>

wlandebug(8): add a sanity check.


# 238c9eb6 16-Oct-2017 Andriy Voskoboinyk <avos@FreeBSD.org>

wlandebug(8): obtain original interface name via ifconfig_get_orig_name()


# 3a1abb4c 24-Aug-2014 Hiren Panchasara <hiren@FreeBSD.org>

Fix a typo to catch correct condition.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 412c4395 17-Jul-2009 Sam Leffler <sam@FreeBSD.org>

add mesh support

Submitted by: rpaulo
Approved by: re (kib)


# 10ad9a77 08-Jan-2009 Sam Leffler <sam@FreeBSD.org>

TDMA support for long distance point-to-point links using ath devices:
o add net80211 support for a tdma vap that is built on top of the
existing adhoc-demo support
o add tdma scheduling of frame transmission to the ath driver; it's
conceivable other devices might be capable of this too in which case
they can make use of the 802.11 protocol additions etc.
o add minor bits to user tools that need to know: ifconfig to setup and
configure, new statistics in athstats, and new debug mask bits

While the architecture can support >2 slots in a TDMA BSS the current
design is intended (and tested) for only 2 slots.

Sponsored by: Intel


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 9758983c 28-May-2008 Sam Leffler <sam@FreeBSD.org>

misc cleanups for stricter compilation


# 2aa481a1 28-May-2008 Sam Leffler <sam@FreeBSD.org>

update copyright year and nuke dual-gpl bits that should've removed long ago


# 433b4c16 19-May-2008 Andrew Thompson <thompsa@FreeBSD.org>

Allow wlandebug to set the default debug level which is inherited when vaps are
created.


# 525de97e 20-Apr-2008 Sam Leffler <sam@FreeBSD.org>

update for vaps

Supported by: Hobnob


# b5720689 10-Jun-2007 Sam Leffler <sam@FreeBSD.org>

o add 11n knob
o gcc42 stuff


# c31d92bb 11-Jan-2007 Sam Leffler <sam@FreeBSD.org>

fix typo

MFC after: 1 week


# cb3b3332 26-Nov-2006 Sam Leffler <sam@FreeBSD.org>

add rate knob for net80211 rate control modules

MFC after: 1 month


# 12f961f4 11-Dec-2005 Sam Leffler <sam@FreeBSD.org>

o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended