Re: kern/122319: [wi] imposible to enable ad-hoc demo mode with Orinoco Gold PC card

2008-04-02 Thread Simas Kvilius
The following reply was made to PR kern/122319; it has been noted by GNATS. From: "Simas Kvilius" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122319: [wi] imposible to enable ad-hoc demo mode with Orinoco Gold PC card Date: Wed, 2 Apr 200

Re: kern/122319: [wi] imposible to enable ad-hoc demo mode with Orinoco Gold PC card

2008-04-01 Thread Simas Kvilius
Addition info: Today I tested FreeBSD6.3 wi driver and inspected underlying wi code. I found out that FreeBSD6.3 has the same adhoc demo bug as 7.0 (inability to turn on ad-hoc demo mode), I added following code to /dev/wi/if_wi.c line 385: ic->ic_caps |= IEEE80211_C_AHDEMO; This code line compl

wi driver ad-hoc demo mode

2008-03-31 Thread Simas Kvilius
I'm using old Lucent orinoco wireless card in ad-hoc demo mode. It seems someone forgot to implement ad-hoc demo mode in the newest wi driver (driver which comes with RELENG7). I added following statement to if_wi.c line 407 to indicate, that my card supports ad-hoc demo mode (someone definitely f