Re: finished run driver for CURRENT
- From: Ganbold <ganbold@xxxxxxxxxxxxx>
- Date: Sun, 08 Nov 2009 23:11:37 +0800
PseudoCylon wrote:
Hello everyone,
I finished porting run driver to CURRENT (sort of). I posted it at freebsd fourums
http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&p=47936&postcount=28
Anyone interested in please try it out.
Compile fails at line 2338 of if_run.c.
/home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:
In function 'run_tx':
/home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:2338:
warning: comparison between pointer and integer
*** Error code 1
Stop in /home/tsgan/run-CUR/sys/modules/usb/run.
I guess it should either:
struct ieee80211_channel *chan;
chan = ni->ni_chan == IEEE80211_CHAN_ANYC ? ic->ic_curchan :
ni->ni_chan;
or:
struct ieee80211_channel *chan;
chan = ni->ni_chan == (ieee80211_channel *)IEEE80211_CHAN_ANY ?
ic->ic_curchan : ni->ni_chan;
I didn't test association with AP (don't have AP), system finds usb
wireless Planex GW-USMicroN device:
Nov 8 23:08:00 beastie kernel: ugen3.3: <Ralink> at usbus3
Nov 8 23:08:00 beastie kernel: run0: <1.0> on usbus3
Nov 8 23:08:00 beastie kernel: run0: MAC/BBP RT3070 (rev 0x0200), RF
RT3020 (MIMO 1T1R), address 00:22:cf:03:e0:30
Nov 8 23:08:00 beastie kernel: run0: You are using firmware RT2870.
run0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:22:cf:03:e0:30
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
regards,
Ganbold Ts.
__________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
--
He who laughs last hasn't been told the terrible truth.
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- finished run driver for CURRENT
- From: PseudoCylon
- finished run driver for CURRENT
- Prev by Date: Re: Samba problems on 8.0-RC2
- Next by Date: gjournal crash with external usb drive after unclean shutdown
- Previous by thread: Re: finished run driver for CURRENT
- Next by thread: Re: finished run driver for CURRENT
- Index(es):
Relevant Pages
|