2012-03-15 09:13:32

by Avinash Patil

[permalink] [raw]
Subject: Compilation errors in module mac80211 with latest tree

Hi All,

I am seeing compilation errors in module mac80211.

Here is output:
make modules SUBDIRS=net/mac80211
? CC [M]? net/mac80211/main.o
? CC [M]? net/mac80211/status.o
? CC [M]? net/mac80211/sta_info.o
? CC [M]? net/mac80211/wep.o
? CC [M]? net/mac80211/wpa.o
? CC [M]? net/mac80211/scan.o
? CC [M]? net/mac80211/offchannel.o
? CC [M]? net/mac80211/ht.o
? CC [M]? net/mac80211/agg-tx.o
? CC [M]? net/mac80211/agg-rx.o
? CC [M]? net/mac80211/ibss.o
? CC [M]? net/mac80211/work.o
? CC [M]? net/mac80211/iface.o
? CC [M]? net/mac80211/rate.o
? CC [M]? net/mac80211/michael.o
? CC [M]? net/mac80211/tkip.o
? CC [M]? net/mac80211/aes_ccm.o
? CC [M]? net/mac80211/aes_cmac.o
? CC [M]? net/mac80211/cfg.o
net/mac80211/cfg.c: In function ?sta_apply_parameters?:
net/mac80211/cfg.c:769: error: implicit declaration of function
?sta_info_move_state_checked?
make[1]: *** [net/mac80211/cfg.o] Error 1


When I searched markmail.org, it looks like Eliad Peller had removed
all instances of sta_info_move_state_checked and replaced with
sta_info_move_state. Has it reappeared because of some other
check-in/or some issue with my git setup?

Regards,
Avinash


2012-03-15 10:34:14

by Eliad Peller

[permalink] [raw]
Subject: Re: Compilation errors in module mac80211 with latest tree

On Thu, Mar 15, 2012 at 11:13 AM, Avinash Patil <[email protected]> wrote:
> ? CC [M]? net/mac80211/cfg.o
> net/mac80211/cfg.c: In function ?sta_apply_parameters?:
> net/mac80211/cfg.c:769: error: implicit declaration of function
> ?sta_info_move_state_checked?
> make[1]: *** [net/mac80211/cfg.o] Error 1
>
what version is it?
it doesn't seem to exist in wireless-testing.

>
> When I searched markmail.org, it looks like Eliad Peller had removed
> all instances of sta_info_move_state_checked and replaced with
> sta_info_move_state. Has it reappeared because of some other
> check-in/or some issue with my git setup?
>
not every sent patch is getting applied.
you should do such investigations with git log/blame.

Eliad.