aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ti/wl1251 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-05wifi: wl1251: simplify module initializationKrzysztof Kozlowski1-19/+1
2024-03-28wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-3/+0
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xxBreno Leitao2-0/+2
2023-10-23wifi: wl1251: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-3/+3
2023-02-13wifi: wl1251: Fix a typo ("boradcast")Jonathan Neuschäfer1-1/+1
2022-11-16wifi: wl1251: switch to using gpiod APIDmitry Torokhov2-30/+34
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov2-19/+4
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-1/+1
2022-07-18wifi: wl1251: 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-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-4/+4
2022-05-06wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller3-18/+39
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-12-16wl1251: specify max. IE lengthMerlijn Wajer1-0/+6
2021-06-15wl1251: Fix missing function name in commentsYang Shen1-4/+4
2021-06-15wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-02-08wl1251: cmd: remove redundant assignmentwengjianfeng1-24/+12
2020-12-02wl1251: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-11-07wl1251: cmd: Rename 'len' to 'buf_len' in the documentationLee Jones1-1/+1
2020-09-29wl1251/wl12xx: fix a typo in commentsWang Qing1-1/+1
2020-08-18wl1251, wlcore: fix spelling mistake "buld" -> "build"Colin Ian King1-1/+1
2020-08-02wl1251: fix always return 0 errorWang Hai1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-03-23wireless: ti: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-3/+3
2020-02-12wl1251: remove ti,power-gpio for SDIO modeH. Nikolaus Schaller1-30/+2
2019-11-15net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitionsH. Nikolaus Schaller1-8/+0
2019-11-15net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definitionH. Nikolaus Schaller1-1/+1
2019-11-15net: wireless: ti: wl1251 add device tree supportH. Nikolaus Schaller1-0/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner24-359/+24
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-01wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-54/+5
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-18/+84
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-3/+1
2018-02-27wl1251: Set generated MAC address back to NVS dataPali Rohár1-0/+17
2018-02-27wl1251: Parse and use MAC address from supplied NVS dataPali Rohár1-8/+47
2018-02-27wl1251: Generate random MAC address only if driver does not have validPali Rohár1-9/+18
2018-02-27wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár1-2/+3
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2017-12-07wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -ENOMEMColin Ian King1-3/+1
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-31wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-1/+1