summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-3117-24/+24
* 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-163-30/+10
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-042-26/+7
| |\
| | * mac80211: make tx() operation return voidJohannes Berg2011-02-251-25/+3
| | * 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/+28
* | | staging: brcm80211: lower number of wlc_bsscfg.h includesRoland Vossen2011-03-148-9/+1
* | | 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/+0
* | | 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-091-4/+2
* | | STAGING: brcm80211 fix TX Queue overflowGrant Grundler2011-03-091-6/+6
* | | staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov2011-03-094-16/+7
* | | staging: brcm80211: FIX for bug that prevents system from entering suspend stateDowan Kim2011-03-071-2/+0
* | | staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-0243-132/+0
* | | staging: brcm80211: remove struct osl_info from driver sourcesArend van Spriel2011-03-0217-120/+52
* | | staging: brcm80211: remove struct osl_info from function prototypesArend van Spriel2011-03-026-18/+17
* | | staging: brcm80211: remove counting of allocated sk_buff packetsArend van Spriel2011-03-028-68/+46
* | | staging: brcm80211: remove of type definition osldma_tArend van Spriel2011-03-022-9/+4
* | | staging: brcm80211: cleanup declaration in osl.hArend van Spriel2011-03-026-197/+189
* | | staging: brcm80211: remove unused attributes from struct osl_infoArend van Spriel2011-03-024-45/+2
* | | staging: brcm80211: removed struct osl_info usage from fullmac driverArend van Spriel2011-03-028-41/+33
* | | staging: brcm80211: remove function prototypes from wl_export.hArend van Spriel2011-03-021-15/+0
* | | staging: brcm80211: move frameid initialization in wlc_d11hdrs_mac80211Arend van Spriel2011-03-021-4/+2
* | | staging: brcm80211: remove osl_info usage in wlc_main and wl_mac80211Arend van Spriel2011-03-022-41/+14
* | | staging: brcm80211: remove struct osl_info usage from phy sourcesArend van Spriel2011-03-024-25/+0
* | | staging: brcm80211: remove struct osl_info usage from wlc_bmacArend van Spriel2011-03-024-56/+10
* | | 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/+0
* | | brcm80211: use proper ieee80211 routinesStanislav Fomichev2011-03-013-58/+37
* | | staging: brcm80211: change prototype for wlc_antsel_attachArend van Spriel2011-03-013-13/+11
* | | staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel2011-03-0116-257/+207
* | | staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel2011-03-0120-800/+782
* | | staging: brcm80211: Add buf_size parameter to ampdu_action handler functionJavier Martinez Canillas2011-02-281-2/+4
* | | brcm80211: replace broadcom specific definesStanislav Fomichev2011-02-2810-30/+17
* | | staging: brcm80211: replace broadcom specific auth related definesStanislav Fomichev2011-02-282-8/+3
* | | staging: brcm80211: remove usage of struct osl_info to access deviceArend van Spriel2011-02-288-90/+93
* | | staging: brcm80211: remove NULL pointer checks before calling kfreeArend van Spriel2011-02-286-85/+19
* | | staging: brcm80211: remove struct osl_info parameter from wlc_allocArend van Spriel2011-02-283-46/+43
* | | staging: brcm80211: remove osl handle from pkttotlen functionArend van Spriel2011-02-285-8/+8
* | | staging: brcm80211: remove checks for ANTSEL related compiler definitionsArend van Spriel2011-02-285-60/+42
* | | staging: brcm80211: remove include file d11ucode_ext.hArend van Spriel2011-02-286-64/+44
OpenPOWER on IntegriCloud