bes2600/scan-filter-5ghz: refine to allow targeted single-channel scans #26
Reference in New Issue
Block a user
Delete Branch "noether/scan-filter-5ghz-refine-targeted-allowed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refinement to PR #25
Original Patch I refused EVERY 5 GHz scan (n_channels > 0); this blocked NM/wpa_supplicant per-frequency BSS discovery and broke 5 GHz association entirely. Tightened the guard to n_channels > 1 so single-channel scans pass through. Verified on ohm with locally-built pkgrel=3: 5 GHz association works (BSSID c0:25:06:e6:5b:33, 5240 MHz/ch.48, 150 Mbit/s MCS 7 HT40 short-GI vs 72.2 Mbit/s on 2.4 GHz). Pattern A still 0/h since boot.
Updates both and patch files. The patch file is now two From: blocks from (093a503 + 8cd10f4); applies sequentially so net effect is identical to a single squashed patch.
PKGBUILD side: commit 122582e bumps pkgrel to 3 with the matching b2sum.
Refs: besser#1 (closed), PR #25.