summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac
AgeCommit message (Expand)AuthorFilesLines
2011-10-12staging: brcm80211: remove brcm80211 driver from the staging treeArend van Spriel51-81521/+0
2011-10-05staging: brcm80211: cleanup driver variable referencesArend van Spriel10-68/+14
2011-10-05staging: brcm80211: remove parameter 'off' from _initvars_srom_pci()Arend van Spriel1-18/+12
2011-10-05staging: brcm80211: replace string based variable storage by linked listArend van Spriel4-431/+124
2011-10-05staging: brcm80211: use enum identifiers in srom variable tablesArend van Spriel1-647/+704
2011-10-05staging: brcm80211: use identifiers instead of string for srom lookupArend van Spriel12-171/+802
2011-10-05staging: brcm80211: remove invalid variable lookup from sromArend van Spriel3-41/+5
2011-10-05staging: brcm80211: remove locking macro definitionsArend van Spriel1-89/+68
2011-10-05staging: brcm80211: change parameter in driver variable lookupArend van Spriel13-196/+190
2011-10-05staging: brcm80211: remove code duplication for driver variable lookupArend van Spriel6-177/+180
2011-10-05staging: brcm80211: move driver variable functions to srom.cArend van Spriel2-44/+44
2011-10-05staging: brcm80211: smac: fix for 64 bit systemsRoland Vossen2-4/+4
2011-10-05staging: brcm80211: softmac: added event tracingRoland Vossen5-6/+124
2011-10-05staging: brcm80211: remove N mode validation functionAlwin Beukers1-29/+0
2011-10-05staging: brcm80211: combined if statementsAlwin Beukers1-8/+4
2011-10-05staging: brcm80211: remove brcms_b_dotxstatus wrapper functionAlwin Beukers1-18/+4
2011-10-05staging: brcm80211: removed synchronisation of wlc->machwcap fieldAlwin Beukers2-40/+1
2011-10-05staging: brcm80211: removed unneeded call to brcms_b_tx_fifo_suspendedAlwin Beukers1-34/+0
2011-10-05staging: brcm80211: cleanup of several wrapper functionsAlwin Beukers3-43/+13
2011-10-05staging: brcm80211: cleanup of transmit buffer size related wrapper functionAlwin Beukers3-9/+4
2011-10-05staging: brcm80211: cleanup of shared memory related wrapper functionsAlwin Beukers4-53/+41
2011-10-05staging: brcm80211: removed redundant code from brcms_c_set_gmodeAlwin Beukers1-7/+0
2011-10-05staging: brcm80211: decreased indentation level of brcms_c_wme_setparams func...Alwin Beukers1-22/+18
2011-10-05staging: brcm80211: removed empty brcms_c_reset_bmac_done callback functionAlwin Beukers2-7/+0
2011-10-05staging: brcm80211: made NULL ethernet address constAlwin Beukers1-1/+1
2011-10-05staging: brcm80211: fixed function returnsAlwin Beukers1-21/+2
2011-10-05staging: brcm80211: removed accessor functions for band type and etheraddress.Alwin Beukers1-16/+5
2011-10-05staging: brcm80211: fixed checkpatch warningsAlwin Beukers4-14/+9
2011-10-05staging: brcm80211: replace brcmu_bitcount with hweight8Arend van Spriel2-9/+8
2011-10-05staging: brcm80211: remove brcmu_bprintf and related functionsArend van Spriel1-1/+0
2011-10-05staging: brcm80211: remove filtering of received framesArend van Spriel1-22/+1
2011-10-05staging: brcm80211: remove setting ssn to zero upon AMPDU_TX_STARTArend van Spriel1-5/+0
2011-10-05staging: brcm80211: cleaned up struct brcms_bss_cfgRoland Vossen2-167/+3
2011-10-03staging: brcm80211: removed functionality to disable N modeRoland Vossen3-65/+24
2011-10-03staging: brcm80211: removed unused softmac mimo disable codeRoland Vossen3-22/+9
2011-10-03staging: brcm80211: only allow one call to add_interface callbackArend van Spriel1-1/+4
2011-10-03staging: brcm80211: added __iomem qualifier to softmac phyRoland Vossen4-16/+16
2011-10-03staging: brcm80211: added __iomem qualifier to softmac dma.cRoland Vossen2-10/+12
2011-10-03staging: brcm80211: added __iomem qualifier to softmac main.cRoland Vossen2-43/+42
2011-10-03staging: brcm80211: reduced softmac sparse warningsRoland Vossen4-31/+27
2011-10-03staging: brcm80211: various __iomem additions to softmac.Roland Vossen9-103/+123
2011-10-03staging: brcm80211: cleaning up tx rate control code in softmacRoland Vossen1-12/+7
2011-10-03staging: brcm80211: removed unused smac tx ampdu packet queueRoland Vossen2-3/+0
2011-10-03staging: brcm80211: declared global vars in softmac phy as constRoland Vossen3-33/+35
2011-10-03staging: brcm80211: simple changes to softmac phy variablesRoland Vossen3-38/+1
2011-10-03staging: brcm80211: use d11rxhdr structure in brcms_c_recover_tsf64()Arend van Spriel3-24/+3
2011-10-03staging: brcm80211: move rssi computation to place we need itArend van Spriel1-6/+1
2011-10-03staging: brcm80211: use endian annotated structures in brcmsmacArend van Spriel7-105/+126
2011-10-03staging: brcm80211: convert endianess before handling the frameArend van Spriel3-21/+20
2011-10-03staging: brcm80211: change interface for common rssi compute functionArend van Spriel3-7/+8