Re: [ath5k-devel] Help~~a fresher is very > frustrated~~~

2009-12-04 Thread shashi raj singh
ENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) }, >         /* IBM-specific AR5212 (all > others) */ >         { PCI_VDEVICE(ATHEROS, > PCI_DEVICE_ID_ATHEROS_AR5212_IBM), > ATH_LED(0, 0) }, > +       /* Dell Vostro A860 (sha...@shahar-or.co.il) > */ > +       { > ATH_SDEVICE(PCI_

Re: [ath5k-devel] Help~~a fresher is very frustrated~~~

2009-12-03 Thread Benoit PAPILLAULT
n n a écrit : > Also, I didn't find any packet encapsulation fucntions in ath5k code. > (something like "struct sk_buff *ieee80211_encap(struct ieee80211_node > *ni, struct sk_buff *skb, int *framecnt)" in madwifi code. > ) > > any body give me a hint? > > Thank you very much. encapsulation is

Re: [ath5k-devel] Help~~a fresher is very frustrated~~~

2009-12-03 Thread n n
Also, I didn't find any packet encapsulation fucntions in ath5k code. (something like "struct sk_buff *ieee80211_encap(struct ieee80211_node *ni, struct sk_buff *skb, int *framecnt)" in madwifi code. ) any body give me a hint? Thank you very much. On Tue, Dec 1, 2009 at 5:33 PM, Benoit PAPILLAU

Re: [ath5k-devel] Help~~a fresher is very frustrated~~~

2009-12-01 Thread Benoit PAPILLAULT
n n a écrit : > Hi, all >I'm a student at NYU and I'm very interested in ath5k driver code. > > To understand the structure of the ath5k code, I've spent weeks on > reading the ath5k code. However, I still cant figure out what is the > general process of transmitting and receiving a data packe

[ath5k-devel] Help~~a fresher is very frustrated~~~

2009-12-01 Thread n n
Hi, all I'm a student at NYU and I'm very interested in ath5k driver code. To understand the structure of the ath5k code, I've spent weeks on reading the ath5k code. However, I still cant figure out what is the general process of transmitting and receiving a data packet in the code, like when d