index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
2
-0
/
+2
|
\
|
*
staging: Add module.h to more drivers implicitly using it.
Paul Gortmaker
2011-11-01
1
-0
/
+1
|
*
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
|
brcm80211: smac: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-11-21
1
-2
/
+1
*
|
brcmsmac: Use current logging styles
Joe Perches
2011-11-17
2
-79
/
+80
*
|
brcmsmac: fix warning in _initvars_srom_pci
John W. Linville
2011-11-11
1
-1
/
+1
*
|
brcm80211: fmac: release bss struct returned from cfg80211_inform_bss
Franky Lin
2011-11-11
1
-5
/
+13
*
|
brcm80211: fmac: remove PCMCIA core related code
Franky Lin
2011-11-11
1
-15
/
+0
*
|
brcm80211: fmac: add function to free the glom skb queue
Arend van Spriel
2011-11-11
1
-20
/
+14
*
|
brcm80211: util: remove pointer traversal from brcmu_pkt_buf_free_skb
Arend van Spriel
2011-11-11
1
-22
/
+11
*
|
brcm80211: util: move brcmu_pkttotlen() function to brcmfmac
Arend van Spriel
2011-11-11
3
-17
/
+13
*
|
brcm80211: smac: combine promiscuous mode functionality
Alwin Beukers
2011-11-11
2
-31
/
+17
*
|
brcm80211: util: use sk_buff_head in precedence queue functions
Arend van Spriel
2011-11-11
2
-98
/
+39
*
|
brcm80211: smac: remove usage of brcmu_pkttotlen
Arend van Spriel
2011-11-11
2
-6
/
+4
*
|
brcm80211: fmac: remove id retrieve code
Franky Lin
2011-11-11
1
-5
/
+0
*
|
brcm80211: fmac: add resetcore function for bcm4330 chip
Franky Lin
2011-11-11
3
-9
/
+45
*
|
brcm80211: fmac: add coredisable function for bcm4330 chip
Franky Lin
2011-11-11
3
-44
/
+82
*
|
brcm80211: fmac: add corerev function for bcm4330 chip
Franky Lin
2011-11-11
2
-6
/
+28
*
|
brcm80211: fmac: add iscoreup function for bcm4330 chip
Franky Lin
2011-11-11
3
-9
/
+51
*
|
brcm80211: smac: don't modify sta parameters when adding sta
Alwin Beukers
2011-11-11
1
-7
/
+0
*
|
brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
Arend van Spriel
2011-11-11
1
-1
/
+0
*
|
brcm80211: smac: replace own access category definitions with mac80211 enum
Arend van Spriel
2011-11-11
2
-19
/
+24
*
|
brcm80211: smac: remove code under unused macro definitions
Arend van Spriel
2011-11-11
2
-126
/
+0
*
|
brcm80211: smac: fix endianess issue for OTP memory access
Arend van Spriel
2011-11-11
1
-0
/
+2
*
|
brcm80211: fmac: optimize chip core info management
Franky Lin
2011-11-09
3
-42
/
+81
*
|
brcm80211: fmac: replace private SB macros with ssb_regs version
Franky Lin
2011-11-09
2
-63
/
+28
*
|
brcm80211: fmac: move chip drive strength related code to sdio_chip.c
Franky Lin
2011-11-09
3
-115
/
+117
*
|
brcm80211: fmac: move chip detach function to sdio_chip.c
Franky Lin
2011-11-09
3
-10
/
+11
*
|
brcm80211: fmac: move chip reset core function to sdio_chip.c
Franky Lin
2011-11-09
3
-47
/
+49
*
|
brcm80211: fmac: abstract chip core revision function
Franky Lin
2011-11-09
2
-7
/
+15
*
|
brcm80211: fmac: abstract chip iscoreup function
Franky Lin
2011-11-09
3
-7
/
+17
*
|
brcm80211: fmac: chip attach code flow clean up
Franky Lin
2011-11-09
3
-34
/
+21
*
|
brcm80211: fmac: remove duplicate regiter set in chip attach path
Franky Lin
2011-11-09
1
-13
/
+0
*
|
brcm80211: fmac: move dongle gpio reset code to chip attach function
Franky Lin
2011-11-09
2
-5
/
+5
*
|
brcm80211: fmac: disable dongle arm core in bus core setup function
Franky Lin
2011-11-09
2
-6
/
+6
*
|
brcm80211: fmac: move core disable function to sdio_chip.c
Franky Lin
2011-11-09
3
-114
/
+111
*
|
brcm80211: fmac: abstract chip buscore setup function
Franky Lin
2011-11-09
2
-20
/
+34
*
|
brcm80211: fmac: move bus core prep code to sdio_chip.c
Franky Lin
2011-11-09
3
-72
/
+77
*
|
brcm80211: fmac: move chip recognition function to sdio_chip.c
Franky Lin
2011-11-09
5
-143
/
+213
*
|
brcm80211: fmac: remove unnecessary 4329 chip specific code
Franky Lin
2011-11-09
1
-9
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-11-09
1
-2
/
+3
|
\
\
|
*
|
brcm80211: smac: eliminate a null pointer dereference in dma.c
Arend van Spriel
2011-11-07
1
-2
/
+3
|
|
/
*
|
brcm80211: smac: change buffer endianess convert function interface
Arend van Spriel
2011-11-08
1
-18
/
+15
*
|
brcm80211: fmac: remove state from brcmf_if in fullmac
Franky Lin
2011-11-08
2
-9
/
+2
*
|
brcm80211: fmac: store brcmf_if in net device private data
Franky Lin
2011-11-08
2
-110
/
+56
*
|
brcm80211: fmac: use brcmf_add_if for all net devices
Franky Lin
2011-11-08
4
-86
/
+54
*
|
brcm80211: smac: use sk_buff list for handling frames in receive path
Arend van Spriel
2011-11-08
3
-30
/
+32
*
|
brcm80211: smac: rename buffer endianess conversion functions
Arend van Spriel
2011-11-08
1
-5
/
+5
*
|
brcm80211: smac: changed check to confirm STA only support
Roland Vossen
2011-11-08
1
-5
/
+1
*
|
brcm80211: smac: mute transmit on ops_start
Roland Vossen
2011-11-08
4
-5
/
+20
[next]