summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwl8k.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07wifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter1-1/+1
2024-03-28wifi: mwl8k: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-45/+47
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-07-27wifi: mwl8k: use time_after to replace "jiffies > a"Li Qiong1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-2/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-5/+5
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-24/+24
2021-11-29mwl8k: Use named struct for memcpy() regionKees Cook1-4/+6
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-06-22mwl8k: Avoid memcpy() over-reading of mcs.rx_maskKees Cook1-2/+2
2021-04-18mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-02-08mwl8k: fix alignment constraintsArnd Bergmann1-1/+1
2021-02-08mwl8k: assign value when defining variableswengjianfeng1-2/+1
2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+39
2020-08-27mwl8k: convert tasklets to use new tasklet_setup() APIAllen Pais1-8/+8
2020-05-12mwl8k: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-23wireless: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+1
2019-04-26mwl8k: move spin_lock_bh to spin_lock in taskletJeff Xie1-2/+2
2019-04-25mwl8k: Fix rate_idx underflowPetr Štetiar1-4/+9
2019-04-25mwl8k: fix error handling in mwl8k_post_cmd()Alexey Khoroshilov1-2/+5
2017-12-07mwl8k: Expand non-DFS 5G channelsWeixiao Zhang1-1/+6
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-6/+6
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-8/+8
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-44/+44
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-4/+6
2015-11-18mwl8k: move under marvell vendor directoryKalle Valo1-0/+6346