Re: Re: Re: Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread Adrian Chadd
Yup, I have to implement the TDMA feature for the AR9380 and later chips. It's not a lot of work; I just have to sit down and do it. Sorry! -adrian On 10 November 2014 22:00, 子文 wrote: > Dear Adrain Chadd > I didn't use the AR9380 chipset in DB120, I just use the internel wifi > of ar9344

Re:Re: Re: Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread 子文
Dear Adrain Chadd I didn't use the AR9380 chipset in DB120, I just use the internel wifi of ar9344 . it can work well in hostap mode , but it can't work well in tdma mode 在 2014-11-11 11:56:56,"Adrian Chadd" 写道: >Argh, I haven't actually implemented the TDMA code for the AR9380

Re: Re: Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread Adrian Chadd
Argh, I haven't actually implemented the TDMA code for the AR9380 chipsets. Ok, I'll go take a look at doing that nowish. thanks for reminding me! -adrian On 10 November 2014 18:57, 子文 wrote: > Dear all > I have successfully install the freebsd on db120 hardware and the > wireless for

Re:Re: Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread 子文
Dear all I have successfully install the freebsd on db120 hardware and the wireless for standard 802.11 protocol is ok. but I want to try the TDMA function , I use the following command set the master and slave , but it can't connect and the slave can't scan the master. Is there any erro

[Bug 154851] [new driver] [request]: Port brcm80211 driver from Linux to FreeBSD

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=154851 Mark Linimon changed: What|Removed |Added Assignee|freebsd-...@freebsd.org |freebsd-wirel...@freebsd.or

[Bug 167675] The txmaxpow and txpower values I see from ifconfig(8) appear wrong.

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167675 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-wirel...@freebsd.or

[Bug 193628] Marvell 88W8335 wireless NIC not enabled by malo(4) or ndis(4)

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193628 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-wirel...@freebsd.or

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 --- Comment #20 from Carlos Jacobo Puga Medina --- Test build logs via poudriere: https://fbsd.es/~cpm/freebsd/poudriere/freebsd:8:x86:32/malo-firmware-kmod-3.0.0.39.log https://fbsd.es/~cpm/freebsd/poudriere/freebsd:9:x86:32/malo-firmware

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 Carlos Jacobo Puga Medina changed: What|Removed |Added Attachment #149270|0 |1 is obsolete|

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 --- Comment #18 from John Marino --- two minor issues: XPORTREVISION=2 why does a new port have PORTREVISION set? it should not. change this: Xcd ${WRKSRC}/${DRIVERNAME}; ${SETENV} KMODDIR="${KMODDIR}" make all to X(cd ${WR

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 John Marino changed: What|Removed |Added Attachment #147260|0 |1 is obsolete|

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 John Marino changed: What|Removed |Added Attachment #147248|0 |1 is obsolete|

[Bug 193588] [PATCH] [new port] net/malo-firmware-1.4: Staged malo(4) firmware module

2014-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193588 --- Comment #17 from Carlos Jacobo Puga Medina --- Created attachment 149270 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149270&action=edit malo-firmware-1.4.shar Attached shar file according to request. -- You are receivin

Re: Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread Adrian Chadd
Hi! It's a FreeBSD package. try 'pkg install lzma' On 10 November 2014 03:40, 子文 wrote: > Dear AdrianChadd > /usr/local/bin/lzma not found, How can I install the lzma tools? > > > > > > > At 2014-11-10 17:34:48, "Adrian Chadd" wrote: >>Hi! >> >>Add a 'uboot' target after installkernel! >

Re: freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread Adrian Chadd
Hi! Add a 'uboot' target after installkernel! -adrian On 10 November 2014 01:12, 子文 wrote: > Dear all > I use the command "../build/build/bin/build db120 installworld > installkernel " to build the db120 firmware, > but I only get three files kernel.DB120, kernel.DB120.symbols >

Re:freebsd-wireless Digest, Vol 167, Issue 5

2014-11-10 Thread 子文
Dear all I use the command "../build/build/bin/build db120 installworld installkernel " to build the db120 firmware, but I only get three files kernel.DB120, kernel.DB120.symbols mfsroot-db120.img.uimge, How can I get the kernel.DB120.lzma.uimage.? At 2014-09-05 20:00:

[FreeBSD Bugzilla] Commit Needs MFC

2014-11-10 Thread bugzilla-noreply
Hi, You have a bug in the "Needs MFC" state which has not been touched in 7 or more days. This email serves as a reminder that you may want to MFC this bug or marked it as completed. In the event you have a longer MFC timeout you may update this bug with a comment and I won't remind you again