From: "Coll Perales, Baldomero" <bcoll@umh.es>
To: <linux-wireless@vger.kernel.org>
Subject: Pause and restart 802.11 ad-hoc communication
Date: Mon, 29 Apr 2013 11:37:47 +0200 [thread overview]
Message-ID: <002801ce44bd$358d3f40$a0a7bdc0$@es> (raw)
Good morning everybody,
I am doing research on 802.11 ad-hoc wireless networks. Currently I am
working on how to pause and restart the communication process between two
802.11 nodes. I am looking for the best solution to this problem and I found
two possible implementations:
1) Implementing a NIC (Network Interface Card) that should be able to manage
the interface between the kernel and the network card.
2) Changing the source code that implements the TCP/IP stack inside the
Linux Kernel. I am trying to do this changing the source code of
net/mac80211/tx.c and net/mac80211/rx.c.
This pause and restart process should stop the queue of data packets that
will be passed to the network card and store them until one event happens.
This solution should not interfere to the automatic works of the network
card such as the sensing of the channel or the reception of other packets
(for example beacons).
The main problem is that I do not know which is the best option or, maybe if
another one exists. I am so worried about the problems that can cause this
pause in the other processes that are working in the kernel.
Nowadays I am working with the 2.6.24 version of Linux kernel (because I am
following a book that explains how drivers works in Linux) but my intention
is to do this implementation in the newest versions of Linux.
Thanks you very much for your attention,
Alejandro Moraleda
reply other threads:[~2013-04-29 9:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002801ce44bd$358d3f40$a0a7bdc0$@es' \
--to=bcoll@umh.es \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).