Files
iw/_service
Martin Pluskal c2d1b36480 - Update to version 6.7:
* update nl80211.h
  * bump version to 6.7
  * update nl80211.h
  * iw: allow extra cflags
  * iw: S1G: add 802.11ah support for link command display
  * update nl80211.h
  * iw: connect: Fix segfault during open authentication
  * iw: fix attribute size mismatch
  * iw: add more extended capa bits
  * iw: Fix EHT rates printing.
  * iw: S1G: add list command support for 802.11ah
  * iw: S1G: add parsing for 802.11ah scan IE's
  * iw: S1G: add frequency set in kHz and offset options
  * util: don't print EHT info if not present
  * interface: print links
  * link: update for MLO
  * link: fix some formatting
  * iw: scan: set NL80211_SCAN_FLAG_COLOCATED_6GHZ in case of full sched scan
  * util: add support for 320MHz bandwidth without cf1
  * util: add support for 320Mhz bandwidth
  * update nl80211.h
  * iw: event: fix printf format error
  * iw: add support for retrieving keys
  * iw: info: fix bug reading preambles and bandwidths
  * iw: add cac background command
  * iw: info: print PMSR capabilities

OBS-URL: https://build.opensuse.org/package/show/hardware/iw?expand=0&rev=44
2024-01-04 08:19:44 +00:00

18 lines
633 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="exclude">.*</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual">
</service>
</services>