On Thu, 2010-01-07 at 01:19 +0200, Thomas Backlund wrote: > >> net/mac80211/wme.c: I funktion "ieee80211_select_queue": > >> net/mac80211/wme.c:99: varning: skickar argument 1 till > "sta_info_get" > >> fr?n inkompatibel pekartyp > >> net/mac80211/sta_info.h:408: anm: "struct ieee80211_local *" > >> f?rv?ntades men argumentet har typ "struct ieee80211_sub_if_data *" > > > > As I cant get it from any log, and dont have a camera available right > now, I just wrote some lines to paper wich confirms the breakage in > the > above build error... > > The trace shows: > > RIP: sta_info_get Well as the message tells you, sta_info_get needs a local argument in your tree, rather than 'sdata', so you can just do 'sdata->local' there ...... It doesn't need any particular fixups, just a bit of merge resolving ... johannes
Attachment:
signature.asc
Description: This is a digitally signed message part