|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3 |
|
| #
694732a3 |
| 03-Feb-2020 |
Sascha Wildner <saw@online.de> |
kernel/iwm: Add back support for IWM_DEBUG (default is inactive).
Dunno why it got lost in the last upgrade.
Also, comment it out in the module Makefile.
|
| #
6acbba79 |
| 31-Dec-2019 |
Matthew Dillon <dillon@apollo.backplane.com> |
iwm - Full sync from FreeBSD
* Full sync from freebsd, plus add iwm-9000 and iwm-9260 support.
* Patch up some ABI changes to ieee80211_*() which we don't have yet.
|
|
Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2 |
|
| #
0ffa96a2 |
| 04-Jan-2019 |
Sascha Wildner <saw@online.de> |
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.
They were found by checking the preprocessed code of the files in SRCS to see if the header was included at some point.
After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.
They were found by checking the preprocessed code of the files in SRCS to see if the header was included at some point.
After removal, the preprocessed source of a build with the old Makefiles was compared against one with the changes (for various kernel configurations and when building just from /usr/src) to verify that the commit leads to no functional change.
show more ...
|
|
Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc |
|
| #
56f51086 |
| 07-Feb-2017 |
Matthew Dillon <dillon@apollo.backplane.com> |
build - Separate out CFLAGS for kernel & module build
* Make COPTFLAGS apply to module builds in addition to kernel builds.
* Implement a new make variable, KCFLAGS, for specifying overrides for
build - Separate out CFLAGS for kernel & module build
* Make COPTFLAGS apply to module builds in addition to kernel builds.
* Implement a new make variable, KCFLAGS, for specifying overrides for kernel and module builds.
* Fixup the module build infrastructure to use KCFLAGS, and get rid of infiltration from the more generic CFLAGS onto the kernel & modules build.
show more ...
|
| #
cb650b01 |
| 29-Oct-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm - Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
* This change also fixes a possible issue in the existing smart-fifo code, which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit
if_iwm - Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
* This change also fixes a possible issue in the existing smart-fifo code, which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit on AC8260 chipsets, although that's only used in iwlwifi for Family 8000 chipsets connected via SDIO interface.
Taken-From: Linux iwlwifi
show more ...
|
| #
85d1c619 |
| 23-Oct-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm - Factor out firmware station handling into if_iwm_sta.c.
* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware state for better/cleaner iwm_newstate() handling.
* Makes i
if_iwm - Factor out firmware station handling into if_iwm_sta.c.
* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware state for better/cleaner iwm_newstate() handling.
* Makes iwm_enable_txq() and iwm_mvm_flush_tx_path() non-static, add the declarations to if_iwm_util.h for now.
Taken-From: Linux iwlwifi
show more ...
|
|
Revision tags: v4.6.1 |
|
| #
d6dd6e77 |
| 08-Oct-2016 |
Sascha Wildner <saw@online.de> |
kernel/iwm: Allow IWM_DEBUG to come in via the kernel config too.
Previously, it was only ever set for the module.
|
| #
8a5b1999 |
| 25-Sep-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm - Add support for Firmware paging, needed for newer 8000C firmware.
* Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware what memory ranges to use for paging.
Taken-Fro
if_iwm - Add support for Firmware paging, needed for newer 8000C firmware.
* Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware what memory ranges to use for paging.
Taken-From: Linux iwlwifi
show more ...
|
| #
27d11320 |
| 25-Sep-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm - Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c
* This is more similar to how code/definitions are distributed in Linux's iwlwifi.
* This should make recognizing new chi
if_iwm - Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c
* This is more similar to how code/definitions are distributed in Linux's iwlwifi.
* This should make recognizing new chipset variants, and adding additional flags from the Linux iwlwifi code easier, without blowing up if_iwm.c
Taken-From: Linux iwlwifi
show more ...
|
|
Revision tags: v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0 |
|
| #
94dc1dad |
| 18-Jul-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm - Add implementation of the notification wait api from iwlwifi.
Taken-From: Linux iwlwifi
|
|
Revision tags: v4.4.3, v4.4.2 |
|
| #
22380cdd |
| 01-Jan-2016 |
Imre Vadász <imre@vdsz.com> |
if_iwm: Make the wifi LED work with iwm(4).
- While the wifi device is scanning or trying to associate, the LED should blink now. - When associated to a wifi network, the LED will stop blinking an
if_iwm: Make the wifi LED work with iwm(4).
- While the wifi device is scanning or trying to associate, the LED should blink now. - When associated to a wifi network, the LED will stop blinking and stay enabled.
Taken-From: OpenBSD
show more ...
|
|
Revision tags: v4.4.1, v4.4.0, v4.5.0, v4.4.0rc |
|
| #
45bc40b1 |
| 18-Sep-2015 |
Matthew Dillon <dillon@apollo.backplane.com> |
iwm - DragonFly modifications and a bug fix
* Modifications to make iwm build for DragonFly.
* Fix a serious bug, iwm_stop_device() must clear the rxq stat data primarily to reset to hw rx ring i
iwm - DragonFly modifications and a bug fix
* Modifications to make iwm build for DragonFly.
* Fix a serious bug, iwm_stop_device() must clear the rxq stat data primarily to reset to hw rx ring index to 0. Otherwise all packets already handled from 0 to the current hw rx ring index will be reprocessed on restart.
* Implement iwmsleep() instead of using msleep(). iwmsleep() will handle exiting and re-entering the wlan_serializer. Without this we can easily deadlock on the double lock.
* Implement Makefile infrastructure.
* Revert the FreeBSD patch to remove the per-debvice netif, since our 802.11 infrastructure has not yet been updated for that.
* Purge the ifq on start if the interface is not running.
* Misc other DragonFly adjustments.
show more ...
|