<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/agnx, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-10-09T20:47:23Z</updated>
<entry>
<title>Staging: remove agnx driver</title>
<updated>2009-10-09T20:47:23Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-09-19T17:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7d230df37a7c08f01e57e1623e0706b3949751a2'/>
<id>urn:sha1:7d230df37a7c08f01e57e1623e0706b3949751a2</id>
<content type='text'>
The agnx driver in the staging tree is broken, does not work, and
development is dead.  The developers have asked for it to be removed
so it now is.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: agnx: remove flush_workqueue()</title>
<updated>2009-09-15T19:02:29Z</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-08-25T13:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=252a1b9162b6dbac7324854eb4137404932b574d'/>
<id>urn:sha1:252a1b9162b6dbac7324854eb4137404932b574d</id>
<content type='text'>
mac80211 already does flush_workqueue() at stop/start and
suspend\resume.
(fix build error)

Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>mac80211: push rx status into skb-&gt;cb</title>
<updated>2009-07-10T18:57:54Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2009-06-17T11:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f1d58c2521eb160178b2151d6326d8dc5d7c8560'/>
<id>urn:sha1:f1d58c2521eb160178b2151d6326d8dc5d7c8560</id>
<content type='text'>
Within mac80211, we often need to copy the rx status into
skb-&gt;cb. This is wasteful, as drivers could be building it
in there to start with. This patch changes the API so that
drivers are expected to pass the RX status in skb-&gt;cb, now
accessible as IEEE80211_SKB_RXCB(skb). It also updates all
drivers to pass the rx status in there, but only by making
them memcpy() it into place before the call to the receive
function (ieee80211_rx(_irqsafe)). Each driver can now be
optimised on its own schedule.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>Staging: agnx: fix build warnings</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-04T18:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f94338f64dff31c6aadd37204fa27c1c5918dde9'/>
<id>urn:sha1:f94338f64dff31c6aadd37204fa27c1c5918dde9</id>
<content type='text'>
This fixes some build warnings in the agnx driver.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: agnx: replace print_mac with %pM</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-04-11T19:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c2c5be8b58ce48d39809663dd9fa944032f7d7a0'/>
<id>urn:sha1:c2c5be8b58ce48d39809663dd9fa944032f7d7a0</id>
<content type='text'>
Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: agnx, fix bssid compiler warnings</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5e436d09cec1eae3b3c17580c682cf1a42e595f8'/>
<id>urn:sha1:5e436d09cec1eae3b3c17580c682cf1a42e595f8</id>
<content type='text'>
conf-&gt;bssid is const. Propagate const to not get compiler warnings:
agnx/pci.c: In function ‘agnx_config_interface’:
agnx/pci.c:319: warning: passing argument 2 of ‘agnx_set_bssid’ discards qualifiers from pointer target type
agnx/pci.c:321: warning: passing argument 2 of ‘hash_write’ discards qualifiers from pointer target type

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: agnx, fix fail paths in probe</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8af6caf5d37aaa56911c15f9a7386fe93ff01f7e'/>
<id>urn:sha1:8af6caf5d37aaa56911c15f9a7386fe93ff01f7e</id>
<content type='text'>
Return error on fail paths instead of 0.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: agnx, remove memlens from probe</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a505fe716de71e0b52db9f13d9bfe93d42a31fbc'/>
<id>urn:sha1:a505fe716de71e0b52db9f13d9bfe93d42a31fbc</id>
<content type='text'>
Pass 0 to pci_iomap instead. It will cope with that per se.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: agnx, probe cleanup</title>
<updated>2009-06-19T18:00:34Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9c2a6105bf2250196312b3a389fbe705a56db451'/>
<id>urn:sha1:9c2a6105bf2250196312b3a389fbe705a56db451</id>
<content type='text'>
- switch printks to dev_*
- remove useless comments
- remove useless prints (for info we can obtain from lspci or /sys)

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: agnx: switch config_interface to bss_info_changed</title>
<updated>2009-05-20T18:46:30Z</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-05-12T11:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=49ca37e2d29569d7408f3c92f15c4a33e459a987'/>
<id>urn:sha1:49ca37e2d29569d7408f3c92f15c4a33e459a987</id>
<content type='text'>
Fix this build error:
drivers/staging/agnx/pci.c: In function 'agnx_config_interface':
drivers/staging/agnx/pci.c:315: error: dereferencing pointer to incomplete type
..
drivers/staging/agnx/pci.c:424: error: unknown field 'config_interface' specified in initializer

config_interface was removed in 2d0ddec5b2b
("mac80211: unify config_interface and bss_info_changed")

Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
