Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

From: Oliver Pinter <oliver.pinter_at_hardenedbsd.org>
Date: Mon, 1 Jun 2015 21:47:21 +0200
On Mon, Jun 1, 2015 at 5:37 PM, Gleb Smirnoff <glebius_at_freebsd.org> wrote:
>   Hi!
>
> I've converted the ath(4), probably the most complex ieee80211 driver.
>
> The updated diff is uploaded to https://reviews.freebsd.org/D2655.
>
> Pretty sure it will panic or fail on first try :) Nevertheless,
> asking for your help. Please try to run it and report any problems
> to me.

Hi!

Do you have compile tested the code? I got this build error:

--- if_ath.o ---
/usr/src/sys/dev/ath/if_ath.c:5732:26: error: no member named 'ic_ifp'
in 'struct ieee80211com'; did you mean 'ic_dfs'?
        struct ifnet *ifp = ic->ic_ifp;
                                ^~~~~~
                                ic_dfs
/usr/src/sys/net80211/ieee80211_var.h:197:29: note: 'ic_dfs' declared here
        struct ieee80211_dfs_state ic_dfs;      /* DFS state */
                                   ^
/usr/src/sys/dev/ath/if_ath.c:5732:16: error: initializing 'struct
ifnet *' with an expression of incompatible type 'struct
ieee80211_dfs_state'
        struct ifnet *ifp = ic->ic_ifp;
                      ^

>
> --
> Totus tuus, Glebius.
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
Received on Mon Jun 01 2015 - 17:47:24 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:58 UTC