summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/device_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2023-11-23staging: vt6655: Type encoding info dropped from variable name "apTailTD"Pavan Bobba1-4/+4
2023-11-23staging: vt6655: Type encoding info dropped from function name "CARDvSafeRese...Pavan Bobba1-1/+1
2023-11-23staging: vt6655: Type encoding info dropped from function name "CARDbRadioPow...Pavan Bobba1-3/+3
2023-11-23staging: vt6655: Type encoding info dropped from function name "CARDbSetBeaco...Pavan Bobba1-1/+1
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDbUpdateTSF"Pavan Bobba1-1/+1
2023-10-27staging: vt6655: Type encoding info dropped from variable name "byPacketType"Pavan Bobba1-1/+1
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDbSetPhyPa...Pavan Bobba1-2/+2
2023-10-17staging: vt6655: Rename variable byCurPwrGilbert Adikankwu1-1/+1
2023-10-17staging: vt6655: Rename variable bUpdateBBVGAGilbert Adikankwu1-3/+3
2023-10-15staging: vt6655: Type encoding info dropped from variable name "byBBVGANew"Pavan Bobba1-7/+7
2023-10-15staging: vt6655: Type encoding info dropped from variable name "byBBVGACurrent"Pavan Bobba1-5/+5
2023-10-15staging: vt6655: Type encoding info dropped from array name "abyBBVGA"Pavan Bobba1-4/+4
2023-09-26staging: vt6655: Type encoding info dropped from variable "byRFType"Pavan Bobba1-3/+3
2022-10-29Kalle Valo says:Jakub Kicinski1-0/+1
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-24staging: vt6655: fix some erroneous memory clean-up loopsNam Cao1-3/+3
2022-09-11staging: vt6655: fix potential memory leakNam Cao1-1/+1
2022-09-11staging: vt6655: remove unnecessary null checkNam Cao1-7/+6
2022-08-30staging: vt6655: Rename function MACvSetShortRetryLimitPhilipp Hortmann1-1/+1
2022-08-30staging: vt6655: Rename macro MACvSelectPage1Philipp Hortmann1-3/+3
2022-08-30staging: vt6655: Rename macro MACvSelectPage0Philipp Hortmann1-3/+3
2022-08-16staging: vt6655: Convert macro MACvDisableBarkerPreambleMdPhilipp Hortmann1-1/+7
2022-08-16staging: vt6655: Convert macro MACvEnableBarkerPreambleMdPhilipp Hortmann1-1/+5
2022-08-16staging: vt6655: Convert macro MACvDisableProtectMDPhilipp Hortmann1-1/+15
2022-08-16staging: vt6655: Rename function MACvEnableProtectMDPhilipp Hortmann1-2/+2
2022-08-16staging: vt6655: Create one function for two macrosPhilipp Hortmann1-2/+7
2022-08-16staging: vt6655: Convert macro MACvEnableProtectMD to functionPhilipp Hortmann1-0/+9
2022-08-16staging: vt6655: Replace MACvTransmitAC0 with function vt6655_mac_dma_ctlPhilipp Hortmann1-1/+1
2022-08-16staging: vt6655: Replace MACvTransmit0 with function vt6655_mac_dma_ctlPhilipp Hortmann1-1/+1
2022-08-16staging: vt6655: Replace MACvReceive1 with function vt6655_mac_dma_ctlPhilipp Hortmann1-2/+2
2022-08-16staging: vt6655: Rename function MACvReceive0 and add parameterPhilipp Hortmann1-6/+6
2022-08-16staging: vt6655: Convert macro MACvReceive0 to functionPhilipp Hortmann1-0/+11
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-37/+51
2022-07-14staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann1-12/+12
2022-07-14staging: vt6655: Rename MACvWordRegBitsOnPhilipp Hortmann1-2/+2
2022-07-14staging: vt6655: Rename MACvRegBitsOnPhilipp Hortmann1-5/+4
2022-07-08staging: vt6655: Use loop in vt6655_mac_read_ether_addrPhilipp Hortmann1-6/+2
2022-07-08staging: vt6655: Use loop in vt6655_mac_write_bssid_addrPhilipp Hortmann1-6/+2
2022-07-08staging: vt6655: Convert macro vt6655_mac_read_ether_addr to functionPhilipp Hortmann1-11/+12
2022-07-08staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to functionPhilipp Hortmann1-11/+13
2022-07-08staging: vt6655: Move two macros to file where those are usedPhilipp Hortmann1-0/+24
2022-07-08staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann1-1/+1
2022-07-08staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann1-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-3/+3
2022-06-06staging: vt6655: Add missing BE support on 2x iowrite32Philipp Hortmann1-0/+1
2022-06-06staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann1-13/+9
2022-06-06staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann1-1/+1