index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-15
brcm80211: smac: precendence bug in wlc_phy_attach()
Dan Carpenter
1
-2
/
+2
2011-12-15
brcmsmac: Replace kmalloc/memset with kzalloc
Larry Finger
1
-3
/
+1
2011-12-14
brcm80211: smac: register with bcma for specific 802.11 core revisions
Arend van Spriel
1
-2
/
+2
2011-12-14
brcm80211: smac: cleanup buscore handling in aiutils.c
Arend van Spriel
3
-44
/
+34
2011-12-14
brcm80211: smac: cleanup si_info structure definition
Arend van Spriel
2
-67
/
+11
2011-12-14
brcm80211: smac: remove mapped core related function from aiutils.c
Arend van Spriel
4
-184
/
+59
2011-12-14
brcm80211: smac: remove ai_switch_core() function
Arend van Spriel
5
-69
/
+7
2011-12-14
brcm80211: smac: remove interrupt disable callback functionality
Arend van Spriel
3
-57
/
+0
2011-12-14
brcm80211: smac: INTROFF/INTRESTORE macros removed
Arend van Spriel
1
-24
/
+6
2011-12-14
brcm80211: smac: remove empty or unused functions from pmu.c
Arend van Spriel
3
-66
/
+1
2011-12-14
brcm80211: smac: remove register access macro definitions
Arend van Spriel
1
-51
/
+0
2011-12-14
brcm80211: smac: use bcma core access functions in aiutils.c
Arend van Spriel
1
-120
/
+70
2011-12-14
brcm80211: smac: use bcma core access functions in pmu.c
Arend van Spriel
1
-80
/
+73
2011-12-14
brcm80211: smac: use bcma core access function in srom.c
Arend van Spriel
3
-37
/
+17
2011-12-14
brcm80211: smac: use bcma core access functions in otp.c
Arend van Spriel
2
-42
/
+28
2011-12-14
brcm80211: smac: change ai_findcoreidx() to ai_findcore()
Arend van Spriel
2
-7
/
+9
2011-12-14
brcm80211: smac: use bcma core access functions in nicpci.c
Arend van Spriel
3
-111
/
+90
2011-12-14
brcm80211: smac: use bcma core control functions
Arend van Spriel
5
-140
/
+47
2011-12-14
brcm80211: smac: remove unused functions and/or prototypes
Arend van Spriel
2
-151
/
+1
2011-12-14
brcm80211: smac: replace ai_corereg() function with ai_cc_reg()
Arend van Spriel
7
-87
/
+68
2011-12-14
brcm80211: smac: remove SI_FAST() macro usage
Arend van Spriel
1
-122
/
+35
2011-12-14
brcm80211: smac: use bcma functions for register access in phy code
Arend van Spriel
7
-176
/
+162
2011-12-14
brcm80211: smac: use bcma function for register access in dma.c
Arend van Spriel
3
-91
/
+108
2011-12-14
brcm80211: smac: use DMA-API calls for descriptor allocations
Arend van Spriel
3
-30
/
+35
2011-12-14
brcm80211: smac: use bcma core register access functions for 802.11 core
Arend van Spriel
5
-267
/
+274
2011-12-14
brcm80211: smac: remove enumeration rom parsing function
Arend van Spriel
1
-237
/
+18
2011-12-14
brcm80211: smac: change ai_attach interface taking a bcma_bus object
Arend van Spriel
3
-11
/
+14
2011-12-14
brcm80211: smac: rename struct si_info field pbus to pcibus
Arend van Spriel
3
-25
/
+25
2011-12-14
brcm80211: smac: change attach interfaces in main.c for bcma support
Arend van Spriel
3
-22
/
+19
2011-12-14
brcm80211: smac: change from pci device driver to bcma device driver
Arend van Spriel
3
-109
/
+64
2011-12-14
brcm80211: smac: use inline access functions for struct si_pub fields
Arend van Spriel
10
-131
/
+174
2011-12-14
brcm80211: smac: move fields from struct si_pub to struct si_info
Arend van Spriel
2
-13
/
+15
2011-12-14
brcm80211: smac: remove unused fields from struct si_pub definition
Arend van Spriel
2
-14
/
+0
2011-12-14
brcm80211: fmac: remove drive strength code for unsupported chips
Franky Lin
1
-50
/
+2
2011-12-14
brcm80211: fmac: add bcm4330 support
Franky Lin
3
-0
/
+38
2011-12-14
brcm80211: fmac: fix firmware shared structures version
Franky Lin
2
-4
/
+4
2011-12-14
brcm80211: fmac: save bus interface structure in function 2 device
Franky Lin
3
-14
/
+13
2011-12-01
brcm80211: fmac: small memory leak on error
Dan Carpenter
1
-1
/
+3
2011-12-01
brcm80211: avoid code duplication on set tx power
Luis R. Rodriguez
1
-6
/
+0
2011-12-01
brcm80211: fix usage of set tx power
Luis R. Rodriguez
1
-1
/
+2
2011-11-28
brcm80211: fmac: change function bus_stop parameter
Franky Lin
3
-4
/
+7
2011-11-28
brcm80211: fmac: remove function brcmf_bus_get_device
Franky Lin
3
-14
/
+2
2011-11-28
brcm80211: fmac: change function bus_init parameter
Franky Lin
3
-7
/
+9
2011-11-28
brcm80211: fmac: change function bus_txdata parameter
Franky Lin
3
-3
/
+6
2011-11-28
brcm80211: fmac: change function bus_txctl parameter
Franky Lin
3
-3
/
+6
2011-11-28
brcm80211: fmac: change function bus_rxctl parameter
Franky Lin
5
-3
/
+8
2011-11-28
brcm80211: fmac: stop using brcmf_pub in brcmf_sdbrcm_bus_watchdog
Franky Lin
1
-6
/
+6
2011-11-28
brcm80211: fmac: move busstate to struct brcmf_bus
Franky Lin
4
-31
/
+37
2011-11-28
brcm80211: fmac: introduce common bus interface struct brcmf_bus
Franky Lin
4
-7
/
+26
2011-11-28
brcm80211: fmac: rename structure brcmf_bus to brcmf_sdio
Franky Lin
4
-70
/
+70
[next]