summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2025-07-24wifi: Fix typosBjorn Helgaas1-2/+2
2025-07-18wifi: mwifiex: Use max_t() to improve codeQianfeng Rong1-4/+3
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-07-07wifi: mwifiex: discard erroneous disassoc frames on STA interfaceVitor Soares1-1/+3
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-3/+8
2025-06-20wifi: mwifiex: enable host mlme on sdio W8997 chipsetsRafael Beims1-1/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+2
2025-06-11Revert "wifi: mwifiex: Fix HT40 bandwidth issue."Francesco Dolcini1-4/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+8
2025-05-21wifi: check if socket flags are validBert Karwatzki1-2/+1
2025-04-23wifi: mwifiex: remove mwifiex_sta_init_cmd() last argumentSascha Hauer4-7/+7
2025-04-23wifi: mwifiex: drop asynchronous init waiting codeSascha Hauer6-61/+4
2025-04-23wifi: mwifiex: let mwifiex_init_fw() return 0 for successSascha Hauer3-10/+4
2025-04-23wifi: mwifiex: remove unnecessary queue empty checkSascha Hauer1-10/+3
2025-04-23wifi: mwifiex: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-04-23wifi: mwifiex: move common settings out of switch/caseSascha Hauer1-11/+5
2025-04-23wifi: mwifiex: make locally used function staticSascha Hauer2-2/+1
2025-04-23wifi: mwifiex: fix indentionSascha Hauer1-6/+6
2025-04-23wifi: mwifiex: simplify mwifiex_setup_ht_caps()Sascha Hauer1-11/+5
2025-04-23wifi: mwifiex: pass adapter to mwifiex_dnld_cmd_to_fw()Sascha Hauer1-6/+2
2025-04-23wifi: mwifiex: make region_code_mapping_t constSascha Hauer3-4/+4
2025-04-23wifi: mwifiex: drop unnecessary initializationSascha Hauer2-6/+3
2025-04-23wifi: mwifiex: use adapter as context pointer for mwifiex_hs_activated_event()Sascha Hauer3-38/+23
2025-04-23wifi: mwifiex: deduplicate code in mwifiex_cmd_tx_rate_cfg()Sascha Hauer1-29/+14
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner8-13/+13
2025-03-18wifi: mwifiex: Fix RF calibration data download from fileJeff Chen2-2/+24
2025-03-18wifi: mwifiex: Fix premature release of RF calibration data.Jeff Chen2-5/+5
2025-03-18wifi: mwifiex: Fix HT40 bandwidth issue.Jeff Chen1-2/+4
2025-03-12wifi: mwifiex: Add __nonstring annotations for unterminated stringsKees Cook1-1/+1
2025-02-11wifi: mwifiex: Remove unused mwifiex_uap_del_sta_dataDr. David Alan Gilbert2-18/+0
2025-01-28wifi: mwifiex: Constify struct mwifiex_if_opsChristophe JAILLET5-9/+9
2024-12-09wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5sPin-yen Lin1-1/+1
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-1/+1
2024-10-17wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_sc...Alper Nebi Yasak1-1/+1
2024-10-17wifi: mwifiex: cleanup struct mwifiex_privateDmitry Antipov4-18/+3
2024-10-17wifi: mwifiex: cleanup struct mwifiex_auto_tdls_peerDmitry Antipov2-3/+0
2024-10-17wifi: mwifiex: add missing locking for cfg80211 callsSascha Hauer2-0/+4
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg1-1/+1
2024-10-08wifi: mwifiex: don't include lib80211.hJohannes Berg2-2/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-18wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-09-09wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva2-3/+2
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh2-4/+5
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2-4/+4
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski24-152/+1075
2024-09-03wifi: mwifiex: Convert to use jiffies macroChen Yufan2-3/+3
2024-08-22wifi: mwifiex: remove unnecessary checks for valid privSascha Hauer13-109/+59
2024-08-22wifi: mwifiex: Fix uninitialized variable in mwifiex_cfg80211_authenticate()Dan Carpenter1-1/+1
2024-08-16wifi: mwifiex: keep mwifiex_cfg80211_ops constantSascha Hauer1-11/+15