aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14staging: vt6655: Rename byRegOfs to reg_offset in four macrosPhilipp Hortmann1-12/+12
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 Hortmann2-24/+24
2022-07-08staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann2-2/+2
2022-07-08staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann2-2/+2
2022-07-08staging: vt6655: Rename pbyEtherAddr to mac_addrPhilipp Hortmann1-14/+14
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-3/+3
2022-06-06staging: vt6655: Update function descriptionNam Cao1-2/+2
2022-06-06staging: vt6655: Delete upc.hPhilipp Hortmann3-31/+2
2022-06-06staging: vt6655: Add missing BE support on 2x iowrite32Philipp Hortmann2-0/+5
2022-06-06staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann8-51/+41
2022-06-06staging: vt6655: Replace MACvRx1PerPktMode with VNSvOutPortDPhilipp Hortmann2-4/+1
2022-06-06staging: vt6655: Replace MACvRx0PerPktMode with VNSvOutPortDPhilipp Hortmann2-4/+1
2022-06-06staging: vt6655: Replace MACvSetCurrBCNTxDescAddr with VNSvOutPortDPhilipp Hortmann3-8/+2
2022-06-06staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann3-5/+2
2022-06-06staging: vt6655: Replace MACvIntEnable with VNSvOutPortDPhilipp Hortmann2-6/+3
2022-06-06staging: vt6655: Replace MACvWriteISR with VNSvOutPortDPhilipp Hortmann2-4/+1
2022-06-06staging: vt6655: Replace VNSvOutPortW with iowrite16Philipp Hortmann7-30/+17
2022-06-06staging: vt6655: Replace MACvSetCurrBCNLength with VNSvOutPortWPhilipp Hortmann2-6/+1
2022-05-19staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann9-64/+48
2022-05-19staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann2-4/+1
2022-05-19staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann2-5/+2
2022-05-05staging: vt6655: Replace unused return value of vt6655_get_current_tsfPhilipp Hortmann3-12/+10
2022-05-05staging: vt6655: Rename function CARDbGetCurrentTSFPhilipp Hortmann3-7/+7
2022-05-05staging: vt6655: Added missing BE support in CARDbGetCurrentTSFPhilipp Hortmann1-1/+1
2022-05-05staging: vt6655: Replace VNSvInPortD with ioread32Philipp Hortmann5-18/+17
2022-04-27staging: vt6655: Replace MACvReadISR with VNSvInPortDPhilipp Hortmann2-5/+2
2022-04-27staging: vt6655: Replace MACvReadMIBCounter with VNSvInPortDPhilipp Hortmann2-4/+1
2022-04-26staging: vt6655: Replace VNSvInPortW with ioread16Philipp Hortmann2-5/+2
2022-04-20staging: vt6655: Replace VNSvInPortB with ioread8Philipp Hortmann6-28/+19
2022-04-20staging: vt6655: Replace MACvGPIOIn with VNSvInPortBPhilipp Hortmann2-4/+1
2022-04-20staging: vt6655: Delete tmacro.hPhilipp Hortmann7-49/+3
2022-04-12staging: vt6655: Remove macro PCAvDelayByIOPhilipp Hortmann2-14/+1
2022-04-05staging: vt6655: Rename constant definitions with CamelCasePhilipp Hortmann1-18/+18
2022-04-05staging: vt6655: Remove unused macros in mac.hPhilipp Hortmann1-133/+0
2022-03-14staging: vt6655: Remove unused byRFType in card.cPhilipp Hortmann1-55/+1
2022-03-14staging: vt6655: Remove unused byRFType in rf.cPhilipp Hortmann1-403/+1
2022-03-14staging: vt6655: Remove unused byRFType in baseband.cPhilipp Hortmann1-80/+0
2022-03-14staging: vt6655: Remove unused byRFType in channel.cPhilipp Hortmann1-84/+1
2022-03-14staging: vt6655: remove redundant assignment of pointer tx_keyColin Ian King1-2/+0
2021-12-28staging: vt6655: drop off byRxMode var in device.hTommaso Merciai1-2/+0
2021-12-03staging: vt6655: refactor camelcase uCurrRSSI to current_rssiAlberto Merciai3-4/+4
2021-11-25staging: vt6655: refactor camelcase byMaxPwrLevel to max_pwr_levelAlberto Merciai2-6/+6
2021-11-25staging: vt6655: rename variable bHWRadioOffAlberto Merciai2-4/+4
2021-11-17staging: vt6655: Delete bogus check for `init_count` in AL7230Karolina Drobnik1-2/+0