An error occurred fetching the project authors.
- 28 Jan, 2008 5 commits
-
-
Holger Schurig authored
Recently I found that that sparse by default doesn't endianness checks. So I changed my compilation habit to be make modules C=1 SUBDIRS=drivers/net/wireless/libertas CHECKFLAGS="-D__CHECK_ENDIAN__" so that I get the little-endian checks from sparse as well. That showed up a good bunch of problems. Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by:
David Woodhouse <dwmw2@infradead.org> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
David Woodhouse authored
As we move towards having this done by a state machine, start by having a single 'stuff sent' function, which is called by if_usb/if_sdio/if_cs after sending both data and commands. Signed-off-by:
David Woodhouse <dwmw2@infradead.org> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Holger Schurig authored
New typedefs are usually frowned upon. This patch changes libertas_adapter -> struct libertas_adapter libertas_priv -> struct libertas_priv While passing, make everything checkpatch.pl-clean that gets touches. Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by:
Dan Williams <dcbw@redhat.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Andres Salomon authored
Signed-off-by:
Andres Salomon <dilinger@debian.org> Signed-off-by:
Dan Williams <dcbw@redhat.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Holger Schurig authored
This patch unifies the namespace of variables, functions defines and structures. It does: - rename libertas_XXX to lbs_XXX - rename LIBERTAS_XXX to lbs_XXX - rename wlan_XXX to lbs_XXX - rename WLAN_XXX to LBS_XXX (but only those that were defined in libertas-local *.h files, e.g. not defines from net/ieee80211.h) While passing, I fixed some checkpatch.pl errors too. Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by:
Dan Williams <dcbw@redhat.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- 16 Jan, 2008 1 commit
-
-
Marc Pignat authored
Identifiaction of another revision of 88w8385 in sdio mode. Signed-off-by:
Marc Pignat <marc.pignat@hevs.ch> Acked-by:
Pierre Ossman <drzeus@drzeus.cx> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- 10 Nov, 2007 1 commit
-
-
Pierre Ossman authored
Incoming packets have to be aligned or the IP stack becomes upset. Make sure to shift them two bytes to achieve this. Signed-off-by:
Pierre Ossman <drzeus@drzeus.cx> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- 17 Oct, 2007 1 commit
-
-
Pierre Ossman authored
Add driver for Marvell's Libertas 8385 and 8686 wifi chips. Signed-off-by:
Pierre Ossman <drzeus@drzeus.cx> Acked-by:
Dan Williams <dcbw@redhat.com>
-