Age | Commit message (Expand) | Author |
2022-08-04 | Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-07-28 | staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to function | Philipp Hortmann |
2022-07-28 | staging: vt6655: Rename MACvClearStckDS | Philipp Hortmann |
2022-07-14 | staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to function | Philipp Hortmann |
2022-07-14 | staging: vt6655: Convert macro vt6655_mac_reg_bits_off to function | Philipp Hortmann |
2022-07-14 | staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to function | Philipp Hortmann |
2022-07-14 | staging: vt6655: Convert macro vt6655_mac_reg_bits_on to function | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename MACvWordRegBitsOff | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename MACvRegBitsOff | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename MACvWordRegBitsOn | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename MACvRegBitsOn | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename wData to reg_value in two macros | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename byData to reg_value in two macros | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename wBits to bit_mask in two macros | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename byBits to bit_mask in two macros | Philipp Hortmann |
2022-07-14 | staging: vt6655: Rename byRegOfs to reg_offset in four macros | Philipp Hortmann |
2022-07-08 | staging: vt6655: Use loop in vt6655_mac_read_ether_addr | Philipp Hortmann |
2022-07-08 | staging: vt6655: Use loop in vt6655_mac_write_bssid_addr | Philipp Hortmann |
2022-07-08 | staging: vt6655: Convert macro vt6655_mac_read_ether_addr to function | Philipp Hortmann |
2022-07-08 | staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to function | Philipp Hortmann |
2022-07-08 | staging: vt6655: Move two macros to file where those are used | Philipp Hortmann |
2022-07-08 | staging: vt6655: Rename MACvReadEtherAddress | Philipp Hortmann |
2022-07-08 | staging: vt6655: Rename MACvWriteBSSIDAddress | Philipp Hortmann |
2022-07-08 | staging: vt6655: Rename pbyEtherAddr to mac_addr | Philipp Hortmann |
2022-06-20 | wifi: mac80211: return a beacon for a specific link | Shaul Triebitz |
2022-06-20 | wifi: mac80211: split bss_info_changed method | Johannes Berg |
2022-06-20 | wifi: mac80211: move interface config to new struct | Johannes Berg |
2022-06-06 | staging: vt6655: Update function description | Nam Cao |
2022-06-06 | staging: vt6655: Delete upc.h | Philipp Hortmann |
2022-06-06 | staging: vt6655: Add missing BE support on 2x iowrite32 | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace VNSvOutPortD with iowrite32 | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvRx1PerPktMode with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvRx0PerPktMode with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvSetCurrBCNTxDescAddr with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvIntDisable with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvIntEnable with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvWriteISR with VNSvOutPortD | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace VNSvOutPortW with iowrite16 | Philipp Hortmann |
2022-06-06 | staging: vt6655: Replace MACvSetCurrBCNLength with VNSvOutPortW | Philipp Hortmann |
2022-05-19 | staging: vt6655: Replace VNSvOutPortB with iowrite8 | Philipp Hortmann |
2022-05-19 | staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortB | Philipp Hortmann |
2022-05-19 | staging: vt6655: Replace MACvStart with VNSvOutPortB | Philipp Hortmann |
2022-05-05 | staging: vt6655: Replace unused return value of vt6655_get_current_tsf | Philipp Hortmann |
2022-05-05 | staging: vt6655: Rename function CARDbGetCurrentTSF | Philipp Hortmann |
2022-05-05 | staging: vt6655: Added missing BE support in CARDbGetCurrentTSF | Philipp Hortmann |
2022-05-05 | staging: vt6655: Replace VNSvInPortD with ioread32 | Philipp Hortmann |
2022-04-27 | staging: vt6655: Replace MACvReadISR with VNSvInPortD | Philipp Hortmann |
2022-04-27 | staging: vt6655: Replace MACvReadMIBCounter with VNSvInPortD | Philipp Hortmann |
2022-04-26 | staging: vt6655: Replace VNSvInPortW with ioread16 | Philipp Hortmann |
2022-04-20 | staging: vt6655: Replace VNSvInPortB with ioread8 | Philipp Hortmann |