Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wpa_supplicant: enable 802.11v support
@ 2022-08-30 18:47 CameronNemo
  2022-09-06  7:52 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: CameronNemo @ 2022-08-30 18:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages wpasupp
https://github.com/void-linux/void-packages/pull/38987

wpa_supplicant: enable 802.11v support
Set CONFIG_WNM to enable better roaming.

Follows identical config change by other distros:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886414
https://github.com/NixOS/nixpkgs/pull/158174
https://bugs.archlinux.org/task/65470

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38987.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpasupp-38987.patch --]
[-- Type: text/x-diff, Size: 1520 bytes --]

From 2c4bbec9176583712fdd3e8bfd20639c52b675ee Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 30 Aug 2022 11:42:13 -0700
Subject: [PATCH] wpa_supplicant: enable 802.11v support

Set CONFIG_WNM to enable better roaming.

Follows identical config change by other distros:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886414
https://github.com/NixOS/nixpkgs/pull/158174
https://bugs.archlinux.org/task/65470
---
 srcpkgs/wpa_supplicant/files/config | 2 +-
 srcpkgs/wpa_supplicant/template     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wpa_supplicant/files/config b/srcpkgs/wpa_supplicant/files/config
index 9bf3739d1963..b0cac731582c 100644
--- a/srcpkgs/wpa_supplicant/files/config
+++ b/srcpkgs/wpa_supplicant/files/config
@@ -476,7 +476,7 @@ CONFIG_IEEE80211AC=y
 
 # Wireless Network Management (IEEE Std 802.11v-2011)
 # Note: This is experimental and not complete implementation.
-#CONFIG_WNM=y
+CONFIG_WNM=y
 
 # Interworking (IEEE 802.11u)
 # This can be used to enable functionality to improve interworking with
diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template
index fed83afea8b8..b6fe5dcf479a 100644
--- a/srcpkgs/wpa_supplicant/template
+++ b/srcpkgs/wpa_supplicant/template
@@ -1,7 +1,7 @@
 # Template file for 'wpa_supplicant'
 pkgname=wpa_supplicant
 version=2.10
-revision=1
+revision=2
 build_wrksrc="$pkgname"
 short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wpa_supplicant: enable 802.11v support
  2022-08-30 18:47 [PR PATCH] wpa_supplicant: enable 802.11v support CameronNemo
@ 2022-09-06  7:52 ` classabbyamp
  2022-12-06  2:30 ` github-actions
  2022-12-21  1:55 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-06  7:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38987#issuecomment-1237787304

Comment:
it seems that there are some reports of broadcom breakage caused by enabling this, like [here](https://bugs.archlinux.org/task/65588). I think this PR should also include [the patch that fixes that](https://github.com/archlinux/svntogit-packages/commit/35d161737f75d7c9cf339070fd56d21902faa878)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wpa_supplicant: enable 802.11v support
  2022-08-30 18:47 [PR PATCH] wpa_supplicant: enable 802.11v support CameronNemo
  2022-09-06  7:52 ` classabbyamp
@ 2022-12-06  2:30 ` github-actions
  2022-12-21  1:55 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-12-06  2:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38987#issuecomment-1338642023

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: wpa_supplicant: enable 802.11v support
  2022-08-30 18:47 [PR PATCH] wpa_supplicant: enable 802.11v support CameronNemo
  2022-09-06  7:52 ` classabbyamp
  2022-12-06  2:30 ` github-actions
@ 2022-12-21  1:55 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-12-21  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

There's a closed pull request on the void-packages repository

wpa_supplicant: enable 802.11v support
https://github.com/void-linux/void-packages/pull/38987

Description:
Set CONFIG_WNM to enable better roaming.

Follows identical config change by other distros:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886414
https://github.com/NixOS/nixpkgs/pull/158174
https://bugs.archlinux.org/task/65470

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-21  1:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 18:47 [PR PATCH] wpa_supplicant: enable 802.11v support CameronNemo
2022-09-06  7:52 ` classabbyamp
2022-12-06  2:30 ` github-actions
2022-12-21  1:55 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).