Skip to content
Snippets Groups Projects
Select Git revision
  • 5c511324526ead7986857bfef7302cd8b3762a00
  • experimental default protected
  • v2023.2.5-ffs
  • nrb/ex400-remove-wps
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • experimental-2025-07-04
  • experimental-2025-07-04-base
  • experimental-2025-07-01
  • experimental-2025-07-01-base
  • experimental-2025-06-25
  • experimental-2025-06-25-base
  • experimental-2025-06-24
  • experimental-2025-06-24-base
  • experimental-2025-06-22
  • experimental-2025-06-22-base
  • v2023.2.5-ffs0.1
  • experimental-2025-06-08
  • experimental-2025-06-08-base
  • experimental-2025-06-06
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
41 results

0007-mac80211-add-patch-for-debug-output-for-NWA50AX-Pro-issues.patch

Blame
  • 0007-mac80211-add-patch-for-debug-output-for-NWA50AX-Pro-issues.patch 792 B
    From: Nico <github@nicoboehr.de>
    Date: Tue, 12 Sep 2023 17:41:23 +0000
    Subject: mac80211: add patch for debug output for NWA50AX Pro issues
    
    diff --git a/package/kernel/mac80211/patches/build/900-ffs-debug.patch b/package/kernel/mac80211/patches/build/900-ffs-debug.patch
    new file mode 100644
    index 0000000000000000000000000000000000000000..998f2d73c1c072441a0e47ce0c4f9f9870972962
    --- /dev/null
    +++ b/package/kernel/mac80211/patches/build/900-ffs-debug.patch
    @@ -0,0 +1,13 @@
    +--- a/net/mac80211/sta_info.c
    ++++ b/net/mac80211/sta_info.c
    +@@ -2363,6 +2363,10 @@ static void sta_stats_decode_rate(struct
    + 
    + 		sband = local->hw.wiphy->bands[band];
    + 
    ++		printf("sband = %p, band = 0x%x\n", sband, band);
    ++		if (!sband)
    ++			break;
    ++
    + 		if (WARN_ON_ONCE(!sband->bitrates))
    + 			break;
    +