aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlegacy/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-23wifi: iwlegacy: Use kcalloc() instead of kzalloc()Erick Archer1-3/+1
2023-12-12wifi: iwlegacy: Add null pointer check to il_leds_init()Kunwu Chan1-0/+3
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach1-1/+1
2022-12-14wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+2
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-4/+4
2022-07-18wifi: iwlegacy: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-5/+5
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-3/+3
2021-08-29intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-10/+9
2021-04-11iwlegacy: avoid -Wempty-body warningArnd Bergmann1-2/+0
2020-08-27iwlegacy: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
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-07-15iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed1-2/+2
2020-01-26iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-6/+2
2019-10-09iwlegacy: make array interval static, makes object smallerColin Ian King1-1/+1
2019-08-06iwlegacy: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 183Thomas Gleixner1-19/+1
2018-11-06iwlegacy: common: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+7
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-10-27iwlegacy: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-05-24iwlegacy: warn when enabling power saveStanislaw Gruszka1-0/+2
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-1/+5
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-35/+35
2016-04-07iwl4965: Fix a null pointer dereference in il_tx_queue_free and il_cmd_queue_freeJia-Ju Bai1-4/+10
2016-04-07iwlegacy: Return directly if allocation fails in il_eeprom_init()Markus Elfring1-5/+3
2015-12-11iwlegacy: mark il_adjust_beacon_interval as noinlineArnd Bergmann1-1/+1
2015-12-11iwlegacy: cleanup end of il_send_add_sta()Dan Carpenter1-6/+6
2015-11-18iwlegacy: move under intel directoryKalle Valo1-0/+5586