summaryrefslogtreecommitdiffstats
path: root/net/ieee80211
Commit message (Collapse)AuthorAgeFilesLines
...
* [PATCH] net/ieee80211/: make two functions staticAdrian Bunk2005-05-272-4/+4
| | | | | | This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de>
* [PATCH] ieee80211_module.c::store_debug_level() cleanupAl Viro2005-05-271-5/+11
| | | | | | * trivial __user annotations * store_debug_level() sanitized a bit Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
* [PATCH] net/ieee80211/ieee80211_tx.c: swapped memset argumentsAdrian Bunk2005-05-151-1/+1
| | | | | | | | | | | Fix swapped memset() arguments in net/ieee80211/ieee80211_tx.c found by Maciej Soltysiak. Patch by Jesper Juhl. Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org>
* [NET] ieee80211 subsystemJeff Garzik2005-05-1210-0/+4180
Contributors: Host AP contributors James Ketrenos <jketreno@linux.intel.com> Francois Romieu <romieu@fr.zoreil.com> Adrian Bunk <bunk@stusta.de> Matthew Galgoci <mgalgoci@parcelfarce.linux.th eplanet.co.uk>