summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-173-30/+10Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-042-26/+7Star
| |\
| | * mac80211: make tx() operation return voidJohannes Berg2011-02-251-25/+3Star
| | * mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-02-221-1/+3
| |\|
| | * wireless-next-2.6: brcm80211: fix compile issueHenry Ptasinski2011-02-181-1/+3
* | | staging: brcm80211: fix memory leaksAlexander Beregalov2011-03-141-4/+8
* | | staging: brcm80211: Remove NULL check before kfreeIlia Mirkin2011-03-1411-55/+28Star
* | | staging: brcm80211: lower number of wlc_bsscfg.h includesRoland Vossen2011-03-148-9/+1Star
* | | staging: brcm80211: replaced wlc_bsscfg_t by struct wlc_bsscfgRoland Vossen2011-03-144-44/+49
* | | staging: brcm80211: removed comment in rx status processingRoland Vossen2011-03-141-1/+0Star
* | | staging: brcm80211: invalidate all AMPDU packets on IEEE80211_AMPDU_TX_STOPRoland Vossen2011-03-145-1/+61
* | | staging: brcm80211: added IEEE80211_AMPDU_TX_STOP handlingRoland Vossen2011-03-143-0/+50
* | | staging: brcm80211: bugfix for control.sta NULL ptr dereferenceRoland Vossen2011-03-141-1/+2
* | | staging: brcm80211: bugfix for NULL scb ptr dereferenceRoland Vossen2011-03-141-7/+27
* | | STAGING: brcm80211 remove dhd_doflowGrant Grundler2011-03-101-4/+2Star
* | | STAGING: brcm80211 fix TX Queue overflowGrant Grundler2011-03-101-6/+6
* | | staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov2011-03-104-16/+7Star
* | | staging: brcm80211: FIX for bug that prevents system from entering suspend stateDowan Kim2011-03-071-2/+0Star
* | | staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-0343-132/+0Star
* | | staging: brcm80211: remove struct osl_info from driver sourcesArend van Spriel2011-03-0317-120/+52Star
* | | staging: brcm80211: remove struct osl_info from function prototypesArend van Spriel2011-03-036-18/+17Star
* | | staging: brcm80211: remove counting of allocated sk_buff packetsArend van Spriel2011-03-038-68/+46Star
* | | staging: brcm80211: remove of type definition osldma_tArend van Spriel2011-03-032-9/+4Star
* | | staging: brcm80211: cleanup declaration in osl.hArend van Spriel2011-03-036-197/+189Star
* | | staging: brcm80211: remove unused attributes from struct osl_infoArend van Spriel2011-03-034-45/+2Star
* | | staging: brcm80211: removed struct osl_info usage from fullmac driverArend van Spriel2011-03-038-41/+33Star
* | | staging: brcm80211: remove function prototypes from wl_export.hArend van Spriel2011-03-031-15/+0Star
* | | staging: brcm80211: move frameid initialization in wlc_d11hdrs_mac80211Arend van Spriel2011-03-031-4/+2Star
* | | staging: brcm80211: remove osl_info usage in wlc_main and wl_mac80211Arend van Spriel2011-03-032-41/+14Star
* | | staging: brcm80211: remove struct osl_info usage from phy sourcesArend van Spriel2011-03-034-25/+0Star
* | | staging: brcm80211: remove struct osl_info usage from wlc_bmacArend van Spriel2011-03-034-56/+10Star
* | | staging: brcm80211: replace simple_strtoul with strict_strtoulArend van Spriel2011-03-021-12/+16
* | | staging: brcm80211: changed module wlc_mac80211 to wlc_mainArend van Spriel2011-03-0210-9/+9
* | | brcm80211: remove unused TLV definesStanislav Fomichev2011-03-011-4/+0Star
* | | brcm80211: use proper ieee80211 routinesStanislav Fomichev2011-03-013-58/+37Star
* | | staging: brcm80211: change prototype for wlc_antsel_attachArend van Spriel2011-03-013-13/+11Star
* | | staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel2011-03-0116-257/+207Star
* | | staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel2011-03-0120-800/+782Star
* | | staging: brcm80211: Add buf_size parameter to ampdu_action handler functionJavier Martinez Canillas2011-03-011-2/+4
* | | brcm80211: replace broadcom specific definesStanislav Fomichev2011-03-0110-30/+17Star
* | | staging: brcm80211: replace broadcom specific auth related definesStanislav Fomichev2011-03-012-8/+3Star
* | | staging: brcm80211: remove usage of struct osl_info to access deviceArend van Spriel2011-03-018-90/+93
* | | staging: brcm80211: remove NULL pointer checks before calling kfreeArend van Spriel2011-03-016-85/+19Star
* | | staging: brcm80211: remove struct osl_info parameter from wlc_allocArend van Spriel2011-03-013-46/+43Star
* | | staging: brcm80211: remove osl handle from pkttotlen functionArend van Spriel2011-03-015-8/+8
* | | staging: brcm80211: remove checks for ANTSEL related compiler definitionsArend van Spriel2011-03-015-60/+42Star
* | | staging: brcm80211: remove include file d11ucode_ext.hArend van Spriel2011-03-016-64/+44Star
* | | staging: brcm80211: remove include file sbhndpio.hArend van Spriel2011-03-0117-68/+34Star