aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-11wifi: mwl8k: inject DSSS Parameter Set element into beacons if missingPawel Dembicki1-5/+66
2025-09-24wifi: libertas: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari3-3/+5
2025-09-24Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"Johannes Berg3-5/+3
2025-09-23wifi: libertas: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari3-3/+5
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski5-5/+181
2025-09-11wifi: mwifiex: fix endianness handling in mwifiex_send_rgpower_tableStefan Kerkmann1-1/+1
2025-09-05wifi: mwifiex: fix double free in mwifiex_send_rgpower_table()Dan Carpenter1-3/+1
2025-09-03wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann1-4/+3
2025-09-03wifi: mwifiex: add rgpower table loading supportStefan Kerkmann4-1/+180
2025-09-03wifi: libertas: cap SSID len in lbs_associate()Dan Carpenter1-3/+6
2025-08-28wifi: mwifiex: Initialize the chan_stats array to zeroQianfeng Rong2-4/+5
2025-07-24wifi: Fix typosBjorn Helgaas2-4/+4
2025-07-18wifi: mwifiex: Use max_t() to improve codeQianfeng Rong1-4/+3
2025-07-15mwl8k: Add missing check after DMA mapThomas Fourier1-0/+4
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 Devanathan3-9/+16
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/netdev/netLinus 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 Molnar9-10/+14
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 Gleixner14-25/+25
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: libertas: Remove unused auto deep sleep codeDr. David Alan Gilbert4-61/+6
2025-01-28wifi: libertas: cmd: remove unused functionsDr. David Alan Gilbert2-139/+0
2025-01-28wifi: libertas: main: remove unused functionsDr. David Alan Gilbert2-44/+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-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2