Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lwfinger/rtl8723ds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: armbian/rtl8723ds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 23, 2024

  1. fix build for kernel 6.13

    .set_monitor_channel has been updated since v6.13:
    torvalds/linux@9c4f830
    amazingfate committed Dec 23, 2024
    Copy the full SHA
    4b8d758 View commit details

Commits on Feb 16, 2025

  1. fix build for kernel 6.14

    amazingfate committed Feb 16, 2025
    Copy the full SHA
    ac64712 View commit details

Commits on May 10, 2025

  1. fix build for kernel 6.15

    domin144 committed May 10, 2025
    Copy the full SHA
    b01f1ad View commit details

Commits on May 14, 2025

  1. Merge pull request #1 from domin144/fix_6.15

    Compilation fixes for kernels 6.13, 6.14 and 6.15
    igorpecovnik authored May 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    66b7540 View commit details
  2. Update README.md

    igorpecovnik committed May 14, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    86e3c4d View commit details
Showing with 305 additions and 288 deletions.
  1. +287 −284 Makefile
  2. +3 −3 README.md
  3. +4 −0 include/osdep_service.h
  4. +4 −0 include/osdep_service_linux.h
  5. +7 −1 os_dep/linux/ioctl_cfg80211.c
Loading