summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-1/+1
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* staging: vt6655: Type encoding info dropped from variable name "apTailTD"Pavan Bobba2023-11-231-4/+4
* staging: vt6655: Type encoding info dropped from function name "CARDvSafeRese...Pavan Bobba2023-11-231-1/+1
* staging: vt6655: Type encoding info dropped from function name "CARDbRadioPow...Pavan Bobba2023-11-231-3/+3
* staging: vt6655: Type encoding info dropped from function name "CARDbSetBeaco...Pavan Bobba2023-11-231-1/+1
* staging: vt6655: Type encoding info dropped from function name "CARDbUpdateTSF"Pavan Bobba2023-10-271-1/+1
* staging: vt6655: Type encoding info dropped from variable name "byPacketType"Pavan Bobba2023-10-271-1/+1
* staging: vt6655: Type encoding info dropped from function name "CARDbSetPhyPa...Pavan Bobba2023-10-271-2/+2
* staging: vt6655: Rename variable byCurPwrGilbert Adikankwu2023-10-171-1/+1
* staging: vt6655: Rename variable bUpdateBBVGAGilbert Adikankwu2023-10-171-3/+3
* staging: vt6655: Type encoding info dropped from variable name "byBBVGANew"Pavan Bobba2023-10-151-7/+7
* staging: vt6655: Type encoding info dropped from variable name "byBBVGACurrent"Pavan Bobba2023-10-151-5/+5
* staging: vt6655: Type encoding info dropped from array name "abyBBVGA"Pavan Bobba2023-10-151-4/+4
* staging: vt6655: Type encoding info dropped from variable "byRFType"Pavan Bobba2023-09-261-3/+3
* Kalle Valo says:Jakub Kicinski2022-10-281-0/+1
|\
| * wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* | staging: vt6655: fix some erroneous memory clean-up loopsNam Cao2022-09-241-3/+3
* | staging: vt6655: fix potential memory leakNam Cao2022-09-111-1/+1
* | staging: vt6655: remove unnecessary null checkNam Cao2022-09-111-7/+6
* | staging: vt6655: Rename function MACvSetShortRetryLimitPhilipp Hortmann2022-08-301-1/+1
* | staging: vt6655: Rename macro MACvSelectPage1Philipp Hortmann2022-08-301-3/+3
* | staging: vt6655: Rename macro MACvSelectPage0Philipp Hortmann2022-08-301-3/+3
* | staging: vt6655: Convert macro MACvDisableBarkerPreambleMdPhilipp Hortmann2022-08-161-1/+7
* | staging: vt6655: Convert macro MACvEnableBarkerPreambleMdPhilipp Hortmann2022-08-161-1/+5
* | staging: vt6655: Convert macro MACvDisableProtectMDPhilipp Hortmann2022-08-161-1/+15
* | staging: vt6655: Rename function MACvEnableProtectMDPhilipp Hortmann2022-08-161-2/+2
* | staging: vt6655: Create one function for two macrosPhilipp Hortmann2022-08-161-2/+7
* | staging: vt6655: Convert macro MACvEnableProtectMD to functionPhilipp Hortmann2022-08-161-0/+9
* | staging: vt6655: Replace MACvTransmitAC0 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-161-1/+1
* | staging: vt6655: Replace MACvTransmit0 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-161-1/+1
* | staging: vt6655: Replace MACvReceive1 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-161-2/+2
* | staging: vt6655: Rename function MACvReceive0 and add parameterPhilipp Hortmann2022-08-161-6/+6
* | staging: vt6655: Convert macro MACvReceive0 to functionPhilipp Hortmann2022-08-161-0/+11
|/
* Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-041-37/+51
|\
| * staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann2022-07-141-12/+12
| * staging: vt6655: Rename MACvWordRegBitsOnPhilipp Hortmann2022-07-141-2/+2
| * staging: vt6655: Rename MACvRegBitsOnPhilipp Hortmann2022-07-141-5/+4
| * staging: vt6655: Use loop in vt6655_mac_read_ether_addrPhilipp Hortmann2022-07-081-6/+2
| * staging: vt6655: Use loop in vt6655_mac_write_bssid_addrPhilipp Hortmann2022-07-081-6/+2
| * staging: vt6655: Convert macro vt6655_mac_read_ether_addr to functionPhilipp Hortmann2022-07-081-11/+12
| * staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to functionPhilipp Hortmann2022-07-081-11/+13
| * staging: vt6655: Move two macros to file where those are usedPhilipp Hortmann2022-07-081-0/+24
| * staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann2022-07-081-1/+1
| * staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann2022-07-081-1/+1
| * staging: vt6655: Add missing BE support on 2x iowrite32Philipp Hortmann2022-06-061-0/+1
| * staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann2022-06-061-13/+9
| * staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann2022-06-061-1/+1
| * staging: vt6655: Replace MACvIntEnable with VNSvOutPortDPhilipp Hortmann2022-06-061-3/+3
| * staging: vt6655: Replace MACvWriteISR with VNSvOutPortDPhilipp Hortmann2022-06-061-1/+1