summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util
Commit message (Expand)AuthorAgeFilesLines
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-0812-311/+311
* staging: brcm80211: Use proper BRCM_FULLMAC #ifdefsBrett Rudley2010-10-081-13/+17
* staging: brcm80211: Remove dead code from siutils.cHenry Ptasinski2010-10-081-997/+0Star
* staging: brcm80211: Remove dead code from bcmwifi.cHenry Ptasinski2010-10-081-126/+0Star
* staging: brcm80211: Remove dead code from linux_osl.c.Henry Ptasinski2010-10-081-41/+0Star
* staging: brcm80211: Remove unnecessary hndtcam.hHenry Ptasinski2010-10-081-1/+0Star
* staging: brcm80211: Remove dead code from aiutils.cHenry Ptasinski2010-10-081-90/+0Star
* Staging: brcm80211: s/int16/s16/Greg Kroah-Hartman2010-10-082-64/+64
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-089-153/+153
* staging: brcm80211: removed duplicated file, linux_osl.cnohee ko2010-10-071-8/+196
* staging: brcm80211: remove duplicated file, bcmwifi.cnohee ko2010-10-061-0/+17
* staging: brcm80211: bcmutils.[ch]: purge unused funcsBrett Rudley2010-10-061-796/+0Star
* Staging: brcm80211: remove STATIC definitionGreg Kroah-Hartman2010-10-051-2/+2
* Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman2010-10-051-2/+2
* Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman2010-10-056-17/+17
* Staging: brcm80211: s/int8/s8/Greg Kroah-Hartman2010-10-053-10/+10
* Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman2010-10-0510-124/+124
* Staging: brcm80211: remove INLINE definitionGreg Kroah-Hartman2010-10-051-4/+4
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-0510-0/+25
* staging: brcm80211: fix checkpatch error 'assignment in if condition'Jason Cooper2010-10-051-1/+2
* staging: brcm80211: fix #ifdef BRCM_FULLMAC messNohee Ko2010-09-302-107/+13Star
* staging: brcm80211: add fullmac driverHenry Ptasinski2010-09-213-6/+753
* staging: brcm80211: use string native libraryAndy Shevchenko2010-09-164-272/+15Star
* staging: brcm80211: use native ctype libraryAndy Shevchenko2010-09-162-51/+8Star
* staging: brcm80211: fix "ERROR: space required after that ..."Jason Cooper2010-09-152-4/+7
* staging: brcm80211: fix "ERROR: space required after that close brace"Jason Cooper2010-09-151-3/+3
* staging: brcm80211: fix "ERROR: space prohibited after that ..."Jason Cooper2010-09-155-5/+5
* staging: brcm80211: fix "ERROR: need consistent spacing around '*'"Jason Cooper2010-09-151-4/+4
* staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - while loop"Jason Cooper2010-09-151-2/+14
* staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"Jason Cooper2010-09-155-5/+5
* staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"Jason Cooper2010-09-152-2/+2
* staging: brcm80211: fix "ERROR: while should follow close brace '}'"Jason Cooper2010-09-151-2/+1Star
* staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper2010-09-153-70/+37Star
* staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper2010-09-154-9/+18
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-149-112/+175
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-1412-178/+178
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-149-79/+158
* staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper2010-09-1413-513/+513
* staging: brcm80211: use '%pM' format to print MAC addressAndy Shevchenko2010-09-141-4/+1Star
* Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski2010-09-0914-0/+16549