Re: Using net80211/IEEE80211_C_BITS macro

2016-11-20 Thread Fehmi Noyan ISI via freebsd-wireless
Appreciate it! From: Adrian Chadd To: Fehmi Noyan ISI Cc: Freebsd Wireless Sent: Monday, November 21, 2016 7:12 AM Subject: Re: Using net80211/IEEE80211_C_BITS macro I'll try to find someone to back port the wifi bits to stable/11 before they ge

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-20 Thread Adrian Chadd
> ----- Original Message ----- > From: Adrian Chadd > To: Fehmi Noyan ISI > Cc: Freebsd Wireless > Sent: Saturday, November 19, 2016 10:12 AM > Subject: Re: Using net80211/IEEE80211_C_BITS macro > > Hi! > > Fixed in the latest -head. Two commits - one for

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-20 Thread Fehmi Noyan ISI via freebsd-wireless
age - From: Adrian Chadd To: Fehmi Noyan ISI Cc: Freebsd Wireless Sent: Saturday, November 19, 2016 10:12 AM Subject: Re: Using net80211/IEEE80211_C_BITS macro Hi! Fixed in the latest -head. Two commits - one for net80211, one for ifconfig! -a __

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-18 Thread Adrian Chadd
Hi! Fixed in the latest -head. Two commits - one for net80211, one for ifconfig! -a ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-17 Thread Fehmi Noyan ISI via freebsd-wireless
just #includ'ing ieee80211_var.h. - Original Message - From: Adrian Chadd To: Fehmi Noyan ISI Cc: Freebsd Wireless Sent: Friday, November 18, 2016 10:42 AM Subject: Re: Using net80211/IEEE80211_C_BITS macro Hiya, Ok. How about I move that into _ieee80211.h with the rest of this

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-17 Thread Adrian Chadd
Hiya, Ok. How about I move that into _ieee80211.h with the rest of this thing, and then remove the duplication from ifieee80211.c ? -adrian ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To un

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-17 Thread Fehmi Noyan ISI via freebsd-wireless
17, 2016 7:11 PM Subject: Re: Using net80211/IEEE80211_C_BITS macro Hi! Uhm, we could totally break out more bits into separate header files if including ieee80211_var.h doesn't work for you. a On 16 November 2016 at 14:53, Fehmi Noyan ISI via freebsd-wireless wrote: > Hiya, > >

Re: Using net80211/IEEE80211_C_BITS macro

2016-11-16 Thread Adrian Chadd
Hi! Uhm, we could totally break out more bits into separate header files if including ieee80211_var.h doesn't work for you. a On 16 November 2016 at 14:53, Fehmi Noyan ISI via freebsd-wireless wrote: > Hiya, > > I am working on an API (hopefully will post something about it soon) that, > bey

Using net80211/IEEE80211_C_BITS macro

2016-11-16 Thread Fehmi Noyan ISI via freebsd-wireless
Hiya, I am working on an API (hopefully will post something about it soon) that, beyond other stuff, checks wlan driver capabilities (just like ifconfig(1) does). However, the capabilities macro, which is IEEE80211_C_BITS, is defined in sys/net80211/ieee80211_var.h and I am not sure whether #in