aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlegacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg2-5/+5
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-4/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-30wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il4965_rs_fill_link_cmd()Stanislaw Gruszka1-4/+1
2022-07-18wifi: iwlegacy: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2-2/+4
2022-06-21wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd()Alexey Kodanev1-1/+4
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-4/+4
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg3-11/+11
2022-04-11mac80211: prepare sta handling for MLO supportSriram R3-17/+17
2021-12-08iwlwifi: fix LED dependenciesArnd Bergmann1-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+0
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-2/+4
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-2/+0
2021-08-29intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-84/+75
2021-04-11iwlegacy: avoid -Wempty-body warningArnd Bergmann3-5/+1
2021-02-08iwlegacy: 4965-mac: Simplify the calculation of variablesJiapeng Chong1-2/+1
2021-01-25iwl4965: do not process non-QOS frames on txq->sched_retry pathStanislaw Gruszka1-5/+6
2020-09-29net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior1-2/+2
2020-09-01iwlegacy: 3945: Remove all non-conformant kernel-doc headersLee Jones1-23/+23
2020-09-01iwlegacy: 3945-rs: Remove all non-conformant kernel-doc headersLee Jones1-4/+4
2020-09-01iwlegacy: 3945-mac: Remove all non-conformant kernel-doc headersLee Jones1-12/+12
2020-09-01iwlegacy: 4965-calib: Demote seemingly accidental kernel-doc headerLee Jones1-1/+1
2020-09-01iwlegacy: 4965-rs: Demote non kernel-doc headers to standard comment blocksLee Jones1-5/+5
2020-09-01iwlegacy: 4965-mac: Convert function headers to standard comment blocksLee Jones1-30/+25
2020-09-01iwlegacy: 4965: Demote a bunch of nonconformant kernel-doc headersLee Jones1-13/+12
2020-09-01iwlegacy: debug: Demote seemingly unintentional kerneldoc headerLee Jones1-2/+1
2020-08-27iwlegacy: convert tasklets to use new tasklet_setup() APIAllen Pais2-10/+6
2020-08-27iwlegacy: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-27iwlegacy: common: Demote kerneldoc headers to standard comment blocksLee Jones1-35/+33
2020-08-27iwlegacy: common: Remove set but not used variable 'len'Lee Jones1-4/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-15iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed1-2/+2
2020-07-15iwlegacy: remove redundant initialization of variable tidColin Ian King1-1/+1
2020-06-15Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-10net: wireless: intel: fix wiki website urlFlavio Suligoi1-1/+1
2020-05-12iwlegacy: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-13/+13
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg2-2/+2
2020-03-12iwlegacy: Remove unneeded variable retXu Wang2-5/+2
2020-01-31iwlegacy: use <linux/units.h> helpersAkinobu Mita3-12/+11
2020-01-26iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2019-12-18iwlegacy: Fix -Wcast-function-typePhong Tran2-4/+6
2019-11-06iwlegacy: Remove redundant variable "ret"zhong jiang1-2/+1
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-13/+5
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-12/+4
2019-10-09iwlegacy: make array interval static, makes object smallerColin Ian King1-1/+1