On Thu, 2008-06-05 at 23:21 +0200, Stefanik Gábor wrote: > A few corrections: > On Thu, Jun 5, 2008 at 11:15 PM, Joe <wirelesss@xxxxxx> wrote: > > > > Hey guys, > > > > first of all I want to tell you all my commendation for your fine work. Right now I'm reading your source code to understand your code. In the future I'm interested in extending (may be I would have to hack somehow) your code. Currently I'm most familiar with upper level usage of WLAN - especially Ad Hoc mode. Now I got a possibility to dig into the linux kernel and into the maclayer of WLAN for the next years / month during my phd thesis. During reading I got some problems understanding some of the abbreviations in your code. > > Thereby I was thinking a glossary for your framework could be helpful for future newbies. > > > > Would you like to help me withit? > > > > Abbrev: English / German > > If: Interface / Schnittstelle > Correct. > > Tx: Transmitter / Sender > It can also be just "Transmit". > > Rx: Receiver / Empfänger > Again, can be "Receive. > > STA: State / Status > No. STA=Station. AP=Access point, IBSS=Ad-hoc, and finally MON and > MNTR stand for Monitor. These are interface types. > > skb: ? > That's something I can't decipher, either... Socket buffer, according to http://vger.kernel.org/~davem/skb.html > > ops: > I don't know this either, maybe operations or output sequence... operations > > rtnl: > Hmm... maybe real-time netlink? routing netlink, according to net/core/rtnetlink.c > > pid: Process id > No, proportional-integral-derivative. http://en.wikipedia.org/wiki/PID_controller It's the default rate control algorithm in mac80211 -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html