summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlegacy
AgeCommit message (Expand)AuthorFilesLines
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/gi...Linus 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-30net: 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-06Merge 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...Kalle Valo1-1/+1
2020-06-13treewide: 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-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2-13/+5
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring2-12/+4
2019-10-09iwlegacy: make array interval static, makes object smallerColin Ian King1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+1
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+3
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+0
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2-2/+0
2019-08-06iwlegacy: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-49/+10
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller4-42/+10
2019-06-25iwlegacy: 4965: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-27/+8
2019-06-25iwlegacy: 3945: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-15/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-144/+9