summaryrefslogtreecommitdiff
path: root/sys/dev/iwn
AgeCommit message (Expand)Author
2025-09-19[iwn] Don't originate NULL data frames in net80211Adrian Chadd
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-12-02iwn: use ieee80211_ht_check_tx_ht()Adrian Chadd
2024-12-02iwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi...Adrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2024-06-05iwn(4): correct debug message: "not" to "no"Bjoern A. Zeeb
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert iwi(4) and iwn(4) to IfAPIJustin Hibbits
2022-09-04iwn(4): Correct a typo in a kernel error messageGordon Bergling
2022-05-06iwi/iwm/iwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-06iwn: Remove write-only extra variable.John Baldwin
2021-06-06iwn: adjust EEPROM read timeout for Intel 4965AGN M2Radosław Chmielarz
2021-04-20iwnstats: fix build with clang and allow install under /usr/local/sbinSofian Brabez
2021-03-25[iwn] Flip over to use VAP flags rather than ic flags for thingsAdrian Chadd
2020-09-24Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-06-05[iwn] Set default ampdu parameters.Adrian Chadd
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-02-06iwn(4): plug initialization path vs interrupt handler racesAndriy Voskoboinyk
2019-01-22iwn(4): drop i_seq field initialization for A-MPDU frames.Andriy Voskoboinyk
2019-01-21iwn(4): drop return code from iwn_*attach functions (they cannot fail)Andriy Voskoboinyk
2019-01-16iwn(4): (partially) rewrite A-MPDU Tx pathAndriy Voskoboinyk
2018-09-26Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh
2018-06-30iwn: Add the missing IWN_SDID_6035_5 subdeviceEitan Adler
2018-06-28iwn: Correct Centrino Advanced-N 6235 constantsEitan Adler
2018-01-02[net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd
2017-04-02iwn: use correct mask for queue ids (0xf -> 0x1f).Andriy Voskoboinyk
2017-03-28iwn: remove unneeded cast.Andriy Voskoboinyk
2017-03-28iwn: drop duplicate synchronization requests.Andriy Voskoboinyk
2017-03-26iwn: fix debug messageAndriy Voskoboinyk
2017-03-26iwn: fix error handling for one well-known corner case.Andriy Voskoboinyk
2017-03-26iwn: drop unneeded bus_dmamap_sync() calls.Andriy Voskoboinyk
2017-03-26iwn: deduplicate code in iwn_tx_data() and iwn_tx_data_raw().Andriy Voskoboinyk
2017-03-26iwn: omit unneeded bus_dmamap_sync() calls when compiled withoutAndriy Voskoboinyk
2017-03-25iwn: fix return code conflict in iwn_init_locked()Andriy Voskoboinyk
2017-03-25iwn: do not try to update node configuration when the node does not exist.Andriy Voskoboinyk
2017-03-25iwn: add few missing notification types into iwn_intr_str()Andriy Voskoboinyk
2017-03-08iwn: add promiscuous mode support.Andriy Voskoboinyk
2017-03-07iwn: deduplicate (RXON + txpower + broadcast node) command sequence.Andriy Voskoboinyk
2017-03-04iwn: drop 'channel' parameter from iwn*_set_txpower()Andriy Voskoboinyk
2017-03-01iwn: fix data rate parsing for Rx radiotap header.Andriy Voskoboinyk
2017-02-26net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk
2017-02-26iwn: stop all watchdogs on device shutdown.Andriy Voskoboinyk
2017-02-25iwn: some initialization / RF switch state change fixes.Andriy Voskoboinyk
2017-02-20[net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd