Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Wireless Extensions to mac80211/cfg80211 #1832

Closed
Caellian opened this issue Apr 17, 2024 · 1 comment
Closed

Migrate from Wireless Extensions to mac80211/cfg80211 #1832

Caellian opened this issue Apr 17, 2024 · 1 comment
Labels
feature New feature PR or issue good first issue Great issues for first-time contributors networking Issue or PR related to networking support

Comments

@Caellian
Copy link
Collaborator

Caellian commented Apr 17, 2024

the version of conky available in the fedora repository does not support wifi.

Conky uses an old library to access wifi data from your system. This library is now deprecated in fedora.

hence fedora packages conky without wireless support since fedora 36 :(

Originally posted by @ernesto1 in #1664 (comment)

Related build options: BUILD_WLAN

Old include is libiw.h, new structures are:

  • cf80211_ops – from net/cfg80211.h
  • ieee80211_ops – from net/mac80211.h

Working on this issue requires appropriate kernel options enabled (otherwise required headers are missing).

Developer guide: https://www.kernel.org/doc/html/v4.9/80211/index.html

@Caellian Caellian added feature New feature PR or issue networking Issue or PR related to networking support good first issue Great issues for first-time contributors labels Apr 17, 2024
@Caellian
Copy link
Collaborator Author

Caellian commented May 1, 2024

Closing as duplicate of #1001.

@Caellian Caellian closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature PR or issue good first issue Great issues for first-time contributors networking Issue or PR related to networking support
Projects
None yet
Development

No branches or pull requests

1 participant