index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
b43: avoid calling bcma_* if CONFIG_B43_BCMA is not set
John W. Linville
2011-12-14
1
-0
/
+4
*
mwifiex: do not advertise custom regulatory domain capability
Amitkumar Karwar
2011-12-13
1
-3
/
+0
*
brcm80211: smac: register with bcma for specific 802.11 core revisions
Arend van Spriel
2011-12-13
1
-2
/
+2
*
brcm80211: smac: cleanup buscore handling in aiutils.c
Arend van Spriel
2011-12-13
3
-44
/
+34
*
brcm80211: smac: cleanup si_info structure definition
Arend van Spriel
2011-12-13
2
-67
/
+11
*
brcm80211: smac: remove mapped core related function from aiutils.c
Arend van Spriel
2011-12-13
4
-184
/
+59
*
brcm80211: smac: remove ai_switch_core() function
Arend van Spriel
2011-12-13
5
-69
/
+7
*
brcm80211: smac: remove interrupt disable callback functionality
Arend van Spriel
2011-12-13
3
-57
/
+0
*
brcm80211: smac: INTROFF/INTRESTORE macros removed
Arend van Spriel
2011-12-13
1
-24
/
+6
*
brcm80211: smac: remove empty or unused functions from pmu.c
Arend van Spriel
2011-12-13
3
-66
/
+1
*
brcm80211: smac: remove register access macro definitions
Arend van Spriel
2011-12-13
1
-51
/
+0
*
brcm80211: smac: use bcma core access functions in aiutils.c
Arend van Spriel
2011-12-13
1
-120
/
+70
*
brcm80211: smac: use bcma core access functions in pmu.c
Arend van Spriel
2011-12-13
1
-80
/
+73
*
brcm80211: smac: use bcma core access function in srom.c
Arend van Spriel
2011-12-13
3
-37
/
+17
*
brcm80211: smac: use bcma core access functions in otp.c
Arend van Spriel
2011-12-13
2
-42
/
+28
*
brcm80211: smac: change ai_findcoreidx() to ai_findcore()
Arend van Spriel
2011-12-13
2
-7
/
+9
*
b43: N-PHY: update TX power fix
Rafał Miłecki
2011-12-13
1
-5
/
+27
*
b43: N-PHY: workaround broken auto-increment on BCM43224
Rafał Miłecki
2011-12-13
1
-0
/
+6
*
b43: N-PHY: fix 32-bit reads of tables
Rafał Miłecki
2011-12-13
1
-6
/
+6
*
rtlwifi: merge ips,lps spinlocks into one mutex
Stanislaw Gruszka
2011-12-13
3
-15
/
+12
*
rtlwifi: use work for lps
Stanislaw Gruszka
2011-12-13
2
-13
/
+16
*
b43: N-PHY: implement spurious tone avoidance
Rafał Miłecki
2011-12-13
1
-2
/
+91
*
b43: N-PHY: finish 2.4GHz 0x2056 radio setup
Rafał Miłecki
2011-12-13
3
-1
/
+105
*
b43: N-PHY: determine various PHY params
Rafał Miłecki
2011-12-13
2
-0
/
+43
*
b43: N-PHY: add table for antenna software control
Rafał Miłecki
2011-12-13
2
-1
/
+52
*
b43: N-PHY: workaround BCM43224 hw bug in writing table id 9
Rafał Miłecki
2011-12-13
1
-0
/
+7
*
b43: N-PHY: update some init values
Rafał Miłecki
2011-12-13
2
-17
/
+17
*
b43: N-PHY: random trivial fixes for typos, missing writes
Rafał Miłecki
2011-12-13
3
-23
/
+30
*
ath9k: make two mci related functions static
Felix Fietkau
2011-12-13
2
-8
/
+4
*
mwifiex: wakeup and stop multiple tx queues in net_device
Avinash Patil
2011-12-13
6
-12
/
+63
*
mwifiex: proper cleanup when RX multiport aggregation fails
Avinash Patil
2011-12-13
1
-3
/
+19
*
mwifiex: failure case handling for PCIe events
Amitkumar Karwar
2011-12-13
1
-14
/
+6
*
brcm80211: smac: use bcma core access functions in nicpci.c
Arend van Spriel
2011-12-13
3
-111
/
+90
*
brcm80211: smac: use bcma core control functions
Arend van Spriel
2011-12-13
5
-140
/
+47
*
brcm80211: smac: remove unused functions and/or prototypes
Arend van Spriel
2011-12-13
2
-151
/
+1
*
brcm80211: smac: replace ai_corereg() function with ai_cc_reg()
Arend van Spriel
2011-12-13
7
-87
/
+68
*
brcm80211: smac: remove SI_FAST() macro usage
Arend van Spriel
2011-12-13
1
-122
/
+35
*
brcm80211: smac: use bcma functions for register access in phy code
Arend van Spriel
2011-12-13
7
-176
/
+162
*
brcm80211: smac: use bcma function for register access in dma.c
Arend van Spriel
2011-12-13
3
-91
/
+108
*
brcm80211: smac: use DMA-API calls for descriptor allocations
Arend van Spriel
2011-12-13
3
-30
/
+35
*
brcm80211: smac: use bcma core register access functions for 802.11 core
Arend van Spriel
2011-12-13
5
-267
/
+274
*
brcm80211: smac: remove enumeration rom parsing function
Arend van Spriel
2011-12-13
1
-237
/
+18
*
brcm80211: smac: change ai_attach interface taking a bcma_bus object
Arend van Spriel
2011-12-13
3
-11
/
+14
*
brcm80211: smac: rename struct si_info field pbus to pcibus
Arend van Spriel
2011-12-13
3
-25
/
+25
*
brcm80211: smac: change attach interfaces in main.c for bcma support
Arend van Spriel
2011-12-13
3
-22
/
+19
*
brcm80211: smac: change from pci device driver to bcma device driver
Arend van Spriel
2011-12-13
3
-109
/
+64
*
brcm80211: smac: use inline access functions for struct si_pub fields
Arend van Spriel
2011-12-13
10
-131
/
+174
*
brcm80211: smac: move fields from struct si_pub to struct si_info
Arend van Spriel
2011-12-13
2
-13
/
+15
*
brcm80211: smac: remove unused fields from struct si_pub definition
Arend van Spriel
2011-12-13
2
-14
/
+0
*
brcm80211: fmac: remove drive strength code for unsupported chips
Franky Lin
2011-12-13
1
-50
/
+2
[next]