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