History log of /freebsd/sys/dev/wpi/if_wpi.c (Results 101 – 125 of 354)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 64c9b99b 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Check channels which are passed in IBSS mode.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# b3195a3f 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Do not disable beacon notifications (unbreaks scanning on passive channels).

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# efccc3c6 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Fix pause scan time calculation (the remainder must be less than beacon interval).

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 42946b7d 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Fix active/passive dwell calculation.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 3289bbc9 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Turn off led when leaving RUN state.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 3d9089a6 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Add TX status codes (obtained from iwlegacy)

PR: kern/197143
Differential Revision: Andriy Voskoboinyk <s3erios@gmail.com>
Obtained from: Linux drivers/net/wireless/iwlegacy


# b3cd88da 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Move radiooff_task to the internal taskqueue.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# e948ddb6 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Use another workaround for scanning.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 621f1a75 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Add wpi_check_bss_filter()

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# b625a56a 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Remove workaround for bug 199676.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 6b997e0c 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Add a few local variables to improve readability.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 2ead3854 04-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Remove this; it's currently a no-op.

History note: it's good to document what the driver expects like this even
if it's currently a no-op.

Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 30b60481 03-May-2015 Adrian Chadd <adrian@FreeBSD.org>

Retry twice at the same rate.

Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 7757a1b4 03-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 7263c8c0 22-Apr-2015 Glen Barber <gjb@FreeBSD.org>

MFH: r280643-r281852

Sponsored by: The FreeBSD Foundation


# 02d49915 09-Apr-2015 Adrian Chadd <adrian@FreeBSD.org>

Do not access peripheral before clock stabilization.

Tested:

* Intel 3945ABG NIC, STA mode

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 655e8ba8 09-Apr-2015 Adrian Chadd <adrian@FreeBSD.org>

Fix buffer overflow introduced in previous commits (unbreaks 802.11a capable NICs).

Tested:

* PCIe Intel 3945ABG NIC

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# e6e746bf 25-Mar-2015 Glen Barber <gjb@FreeBSD.org>

MFH: r278968-r280640

Sponsored by: The FreeBSD Foundation


# c14aafed 18-Mar-2015 Navdeep Parhar <np@FreeBSD.org>

Merge r278538 through r280226.


# 59fa1525 17-Mar-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 69a2ec4a 16-Mar-2015 Konstantin Belousov <kib@FreeBSD.org>

Fix build with clang 3.6, silence -Wcast-qual warning.

Sponsored by: The FreeBSD Foundation
Acked by: adrian


# e2ad4371 15-Mar-2015 Adrian Chadd <adrian@FreeBSD.org>

Add a new taskqueue (device specific, not net80211 ic->tq); use it for
device restart.

(Committers note - once scan overhaul and a few other things have been
fixed in net80211 to not block things in

Add a new taskqueue (device specific, not net80211 ic->tq); use it for
device restart.

(Committers note - once scan overhaul and a few other things have been
fixed in net80211 to not block things in the taskqueue, this can disappear
and the device specific taskqueues in other drivers can also go away.)

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>

show more ...


# a5403e31 15-Mar-2015 Adrian Chadd <adrian@FreeBSD.org>

Workaround delays caused by vmem_check().

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# 2e79e293 15-Mar-2015 Adrian Chadd <adrian@FreeBSD.org>

Fix scan timeouts with powersave enabled.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>


# fd06b537 15-Mar-2015 Adrian Chadd <adrian@FreeBSD.org>

Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -
fixes various races between wpi_notif_intr() and wpi_stop_locked().

(attachment 154381)

Committers note: yes, unlock/if

Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -
fixes various races between wpi_notif_intr() and wpi_stop_locked().

(attachment 154381)

Committers note: yes, unlock/if_input/lock has to go away, but that'll
have to be done later.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>

show more ...


12345678910>>...15