summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
AgeCommit message (Expand)Author
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-28staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to functionPhilipp Hortmann
2022-07-28staging: vt6655: Rename MACvClearStckDSPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_off to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_on to functionPhilipp Hortmann
2022-07-14staging: vt6655: Rename MACvWordRegBitsOffPhilipp Hortmann
2022-07-14staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann
2022-07-14staging: vt6655: Rename MACvWordRegBitsOnPhilipp Hortmann
2022-07-14staging: vt6655: Rename MACvRegBitsOnPhilipp Hortmann
2022-07-14staging: vt6655: Rename wData to reg_value in two macrosPhilipp Hortmann
2022-07-14staging: vt6655: Rename byData to reg_value in two macrosPhilipp Hortmann
2022-07-14staging: vt6655: Rename wBits to bit_mask in two macrosPhilipp Hortmann
2022-07-14staging: vt6655: Rename byBits to bit_mask in two macrosPhilipp Hortmann
2022-07-14staging: vt6655: Rename byRegOfs to reg_offset in four macrosPhilipp Hortmann
2022-07-08staging: vt6655: Use loop in vt6655_mac_read_ether_addrPhilipp Hortmann
2022-07-08staging: vt6655: Use loop in vt6655_mac_write_bssid_addrPhilipp Hortmann
2022-07-08staging: vt6655: Convert macro vt6655_mac_read_ether_addr to functionPhilipp Hortmann
2022-07-08staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to functionPhilipp Hortmann
2022-07-08staging: vt6655: Move two macros to file where those are usedPhilipp Hortmann
2022-07-08staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann
2022-07-08staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann
2022-07-08staging: vt6655: Rename pbyEtherAddr to mac_addrPhilipp Hortmann
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-06staging: vt6655: Update function descriptionNam Cao
2022-06-06staging: vt6655: Delete upc.hPhilipp Hortmann
2022-06-06staging: vt6655: Add missing BE support on 2x iowrite32Philipp Hortmann
2022-06-06staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann
2022-06-06staging: vt6655: Replace MACvRx1PerPktMode with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace MACvRx0PerPktMode with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace MACvSetCurrBCNTxDescAddr with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace MACvIntEnable with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace MACvWriteISR with VNSvOutPortDPhilipp Hortmann
2022-06-06staging: vt6655: Replace VNSvOutPortW with iowrite16Philipp Hortmann
2022-06-06staging: vt6655: Replace MACvSetCurrBCNLength with VNSvOutPortWPhilipp Hortmann
2022-05-19staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann
2022-05-19staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann
2022-05-19staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann
2022-05-05staging: vt6655: Replace unused return value of vt6655_get_current_tsfPhilipp Hortmann
2022-05-05staging: vt6655: Rename function CARDbGetCurrentTSFPhilipp Hortmann
2022-05-05staging: vt6655: Added missing BE support in CARDbGetCurrentTSFPhilipp Hortmann
2022-05-05staging: vt6655: Replace VNSvInPortD with ioread32Philipp Hortmann
2022-04-27staging: vt6655: Replace MACvReadISR with VNSvInPortDPhilipp Hortmann
2022-04-27staging: vt6655: Replace MACvReadMIBCounter with VNSvInPortDPhilipp Hortmann
2022-04-26staging: vt6655: Replace VNSvInPortW with ioread16Philipp Hortmann
2022-04-20staging: vt6655: Replace VNSvInPortB with ioread8Philipp Hortmann