index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-06
staging: brcm80211: removed static function declarations in antsel.c
Roland Vossen
1
-111
/
+103
2011-09-06
staging: brcm80211: removed static function declarations in ampdu.c
Roland Vossen
1
-159
/
+140
2011-09-06
staging: brcm80211: removed static function declarations in alloc.c
Roland Vossen
1
-23
/
+16
2011-09-06
staging: brcm80211: removed static function declarations in aiutils.c
Roland Vossen
1
-114
/
+97
2011-08-26
staging: brcm80211: got rid of static function declarations in softmac phy
Roland Vossen
3
-7613
/
+7409
2011-08-26
staging: brcm80211: removed unused #ifdef sections
Roland Vossen
16
-159
/
+4
2011-08-26
staging: brcm80211: removed unused phy logging
Roland Vossen
3
-22
/
+0
2011-08-26
staging: brcm80211: removed NORADIO_ENAB() macro from softmac phy code
Roland Vossen
4
-180
/
+56
2011-08-26
staging: brcm80211: bugfix for 32 bit power pc platform
Roland Vossen
1
-7
/
+2
2011-08-26
staging: brcm80211: assigned physical addresses in dma.c correct type
Roland Vossen
1
-20
/
+15
2011-08-26
staging: brcm80211: removed unused code in dma.c
Roland Vossen
1
-116
/
+22
2011-08-26
staging: brcm80211: remove brcmf_find_msb() function
Arend van Spriel
1
-35
/
+4
2011-08-26
staging: brcm80211: rename key endian conversion functions
Arend van Spriel
1
-10
/
+10
2011-08-26
staging: brcm80211: remove macro definitions from brcmfmac Makefile
Arend van Spriel
3
-24
/
+3
2011-08-26
staging: brcm80211: remove usage of macro WL11N_20MHZONLY
Arend van Spriel
1
-14
/
+0
2011-08-26
staging: brcm80211: remove macro definitions from brcmsmac Makefile
Arend van Spriel
3
-21
/
+3
2011-08-26
staging: brcm80211: remove unused definition flag from top Makefile
Arend van Spriel
1
-1
/
+0
2011-08-25
staging: brcmfmac: Consolidate debugging macros
Joe Perches
7
-862
/
+694
2011-08-23
staging: brcm80211: use kstrdup()
Thomas Meyer
1
-3
/
+1
2011-08-23
staging: brcm80211: use kzalloc()
Thomas Meyer
1
-3
/
+1
2011-08-23
staging: brcm80211: fill in proper rx rate in mac80211 rx status
Arend van Spriel
3
-2
/
+21
2011-08-23
staging: brcm80211: bugfix for fifo problem on 64 bits platforms.
Roland Vossen
1
-1
/
+6
2011-08-23
staging: brcm80211: bugfix for exception on Sparc platforms
Roland Vossen
1
-2
/
+5
2011-08-23
staging: brcm80211: fix rtnl_lock issue when bringing down brcmfmac
Arend van Spriel
1
-0
/
+7
2011-08-23
staging: brcm80211: fix checkpatch warning in fullmac
Franky Lin
1
-1
/
+1
2011-08-23
staging: brcm80211: make use of cordic library function
Arend van Spriel
5
-72
/
+13
2011-08-23
staging: brcm80211: make use of crc8 library function
Arend van Spriel
4
-78
/
+17
2011-08-23
staging: brcm80211: only enable brcmsmac if bcma is not set
Henry Ptasinski
1
-0
/
+1
2011-08-23
staging: brcm80211: removed unused MIPS specific SDRAM swap window
Roland Vossen
2
-10
/
+0
2011-08-23
staging: brcm80211: restrict MIPS dma bug workaround to BCM47XX
Arend van Spriel
1
-4
/
+4
2011-08-23
staging: brcm80211: restrict register access method for bcm47xx
Arend van Spriel
2
-3
/
+3
2011-08-23
staging: brcm80211: remove mips specific include from dma.c
Arend van Spriel
1
-4
/
+0
2011-08-23
staging: brcm80211: Fix handling of firmware and inits on big-endian platforms
Henry Ptasinski
2
-17
/
+28
2011-08-23
staging: brcm80211: Remove swaps in R_REG and W_REG macros
Henry Ptasinski
1
-15
/
+4
2011-08-23
staging: brcm80211: fix off-by-one error in swap functions
Henry Ptasinski
1
-2
/
+4
2011-08-23
staging: brcm80211: replace BUS_SWAP32 macro with cpu_to_le32()
Arend van Spriel
1
-13
/
+13
2011-08-23
staging: brcm80211: remove PHYSADDR macro from dma.c
Arend van Spriel
1
-66
/
+29
2011-08-23
staging: brcm80211: remove W_SM and R_SM macros from dma.c
Arend van Spriel
1
-29
/
+25
2011-08-23
staging: brcm80211: void * cleanup in fullmac
Franky Lin
3
-12
/
+13
2011-08-23
staging: brcm80211: got rid of several void pointers in softmac
Roland Vossen
10
-74
/
+44
2011-08-23
staging: brcm80211: replaced void pointers in otp functions
Roland Vossen
2
-58
/
+44
2011-08-23
staging: brcm80211: replaced void pointers in dma functions
Roland Vossen
3
-19
/
+20
2011-08-23
staging: brcm80211: got rid of several void pointers for softmac PCI
Roland Vossen
5
-52
/
+53
2011-08-23
staging: brcm80211: remove unused func parameter in wl_cfg80211 of fullmac
Franky Lin
1
-12
/
+12
2011-08-23
staging: brcm80211: remove dead SDTEST code from fullmac
Franky Lin
2
-491
/
+1
2011-08-23
staging: brcm80211: remove unused parameter from data interface in fullmac
Franky Lin
3
-35
/
+16
2011-08-23
staging: brcm80211: remove wrapper functions in bcmsdh_sdmmc.c
Franky Lin
3
-37
/
+8
2011-08-23
staging: brcm80211: remove dead code from dhd_sdio.c
Franky Lin
1
-174
/
+46
2011-08-23
staging: brcm80211: absorb brcmf_sdioh_abort into brcmf_sdcard_abort
Franky Lin
3
-18
/
+10
2011-08-23
staging: brcm80211: absorb brcmf_sdioh_interrupt_deregister into brcmf_sdcard_intr_dereg
Franky Lin
3
-25
/
+7
[prev]
[next]