Giter Club home page Giter Club logo

geramy / athp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erikarn/athp

14.0 14.0 3.0 7.78 MB

freebsd ath10k port, this repository is a fork of the master, most of my development is done here and then merged in to master. Please make sure to use erikarn's athp repository if you are looking to make changes and want to be on the most current stable master. Most Recent Branch: https://github.com/Geramy/athp/tree/NEW_ATHP_ARVIF_LOCK

C 99.69% Makefile 0.24% Shell 0.04% Perl 0.02%

athp's People

Contributors

bzfbd avatar geramy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

athp's Issues

Build Issue(s) with recent source(s) 12-STABLE / 13-STABLE / 14-CURRENT

Howdy,
Having issue(s) building the module, that's got me miffed.
I am experiencing the exact same issue whether on, and using src from, 12- / 13-STABLE & CURRENT.
Using branch: NEW_ATHP_ARVIF_LOCK

Snafu:

/usr/home/my-spiffy-username/Downloads/ath/athp/otus/freebsd/src/sys/modules/athp/../../dev/athp/athp_idr.c:521:34: error: result of '2^30' is 28; did you mean '1 << 30' (1073741824)? [-Werror,-Wxor-used-as-pow]
int max = end > 0 ? end - 1 : (2^30); /* XXX */
~^~~
1 << 30
/usr/home/my-spiffy-username/Downloads/ath/athp/otus/freebsd/src/sys/modules/athp/../../dev/athp/athp_idr.c:521:34: note: replace expression with '0x2 ^ 30' to silence this warning
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/home/my-spiffy-username/Downloads/ath/athp/otus/freebsd/src/sys/modules/athp

Doing as suggested, modifying the code with 0x2 ^ 30 does suppress that initial error & compilation carries on a bit, but breaks again with the following output:

/usr/home/my-spiffy-username/Downloads/ath/athp/otus/freebsd/src/sys/modules/athp/../../dev/athp/if_athp_debug_stats.c:560:17: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]
printf("%s\n", buf);
~~ ^~~
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/home/my-spiffy-username/Downloads/ath/athp/otus/freebsd/src/sys/modules/athp

Have you any pointers as to what I should try next?
I didn't want to mess with the source too much, before asking you for advice.
I'd really like to get this driver to some basic functionality, so I can do some work on debugging the Qualcomm Atheros QCA6174 onboard chip in my laptop.
I'm toying with the idea of making a significant push in the form of funding, to get FreeBSD up to speed with the 802.11ac standards & in the meantime help wherever I can.
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.