summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: fix compile error on non-x86 archs since 3.0 kernelArend Van Spriel2011-08-231-0/+1
* staging: brcm80211: Fix double include introduced by bad mergeDaniel Morsing2011-07-271-2/+0
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2568-13408/+10393
|\
| * staging: brcm80211: nicpci: NeateningJoe Perches2011-07-081-138/+138
| * staging: brcm80211: remove macro WLBANDINITFN from brcmsmacArend van Spriel2011-07-056-28/+26
| * staging: brcm80211: remove external definitions from phy_lcn.cArend van Spriel2011-07-052-8/+4
| * staging: brcm80211: replace occurrences of __attribute__((packed))Arend van Spriel2011-07-052-9/+9
| * staging: brcm80211: replaced Broadcom specific acronym WLCRoland Vossen2011-07-0523-905/+943
| * staging: brcm80211: remove checkpatch warnings from phy_n.cArend van Spriel2011-07-051-29/+22
| * staging: brcm80211: made name lookup arrays more constArend van Spriel2011-07-051-2/+2
| * staging: brcm80211: remove checkpatch warnings 'suspect code indent'Arend van Spriel2011-07-053-10/+2
| * staging: brcm80211: renamed structures in softmacRoland Vossen2011-07-0513-311/+304
| * staging: brcm80211: replaced typedef tx_power_t by struct brcms_tx_powerRoland Vossen2011-07-055-6/+5
| * staging: brcm80211: replaced typedef wlc_phy_t with struct brcms_phy_pubRoland Vossen2011-07-059-202/+223
| * staging: brcm80211: replaced typedef phy_info_t by struct brcms_phyRoland Vossen2011-07-056-626/+648
| * staging: brcm80211: replaced various typedefs in softmacRoland Vossen2011-07-0536-1116/+1110
| * staging: brcm80211: fix for reported log spam problemRoland Vossen2011-07-051-5/+0
| * staging: brcm80211: reorg brcms_c_validboardtype for clarityHenry Ptasinski2011-07-051-14/+19
| * staging: brcm80211: flatten wlc_phy_shared_detach()Henry Ptasinski2011-07-053-9/+1
| * staging: brcm80211: add missing KERN_ facility level to printk()Henry Ptasinski2011-07-051-1/+2
| * staging: brcm80211: cleanup whitespace errorsHenry Ptasinski2011-07-057-42/+40
| * staging: brcm80211: run scripts/cleanfile to remove whitespace errorsHenry Ptasinski2011-07-0511-51/+51
| * staging: brcm80211: removed unneeded 'if' statementHenry Ptasinski2011-07-051-1/+1
| * staging: brcm80211: Changed commentsRoland Vossen2011-07-053-8/+2
| * staging: brcm80211: corrected tx status feedback for non AMPDU packetsRoland Vossen2011-07-051-7/+23
| * staging: brcm80211: taking max AMPDU length advertized by peer into accountRoland Vossen2011-07-054-19/+17
| * staging: brcm80211: parsed ADDBA response ack window parameterRoland Vossen2011-07-054-40/+29
| * staging: brcm80211: remove macro FOREACH_AS_STAArend van Spriel2011-07-051-14/+17
| * staging: brcm80211: remove chip simulation specific codeArend van Spriel2011-07-057-120/+34
| * staging: brcm80211: remove unused macro definitions from pmu.cArend van Spriel2011-07-051-491/+0
| * staging: brcm80211: remove code from pmu.c related to unsupported chipsetsArend van Spriel2011-07-052-1427/+0
| * staging: brcm80211: remove otp power control functionsArend van Spriel2011-07-053-29/+2
| * staging: brcm80211: remove unsupported chipset code from brcmsmac phyArend van Spriel2011-07-052-130/+44
| * staging: brcm80211: remove code for unsupported chipsets from brcmsmacArend van Spriel2011-07-053-64/+4
| * staging: brcm80211: make use of linux error codes in srom.cArend van Spriel2011-07-051-20/+16
| * staging: brcm80211: minor cleanup in initvars_srom_pci()Arend van Spriel2011-07-051-3/+1
| * staging: brcm80211: remove flash related code from initvars_srom_pci()Arend van Spriel2011-07-051-49/+18
| * staging: brcm80211: fix checkpatch errors in types.hArend van Spriel2011-07-051-15/+15
| * staging: brcm80211: fix checkpatch errors in brcmsmac driverArend van Spriel2011-06-282-3/+3
| * staging: brcm80211: fix checkpatch errors from main.cArend van Spriel2011-06-281-3/+3
| * staging: brcm80211: replaced wlc_ by brcms_c_, part 2Roland Vossen2011-06-288-346/+364
| * staging: brcm80211: further replaced wlc_ by brcmsmac_c_Roland Vossen2011-06-2815-352/+366
| * staging: brcm80211: removed superfluous forward struct declarationsRoland Vossen2011-06-289-36/+2
| * staging: brcm80211: replaced wlc_ by brcms_c_Roland Vossen2011-06-2821-1109/+1172
| * staging: brcm80211: replaced bmac acronym by brcms_b_Roland Vossen2011-06-288-362/+360
| * staging: brcm80211: fixed double #include problemRoland Vossen2011-06-284-7/+6
| * staging: brcm80211: remove unused fields from struct si_infoArend van Spriel2011-06-281-4/+0
| * staging: brcm80211: remove device id parameter from ai_attach()Arend van Spriel2011-06-283-14/+12
| * staging: brcm80211: remove d11regs_t parameter from wlc_tbtt functionArend van Spriel2011-06-283-3/+3
| * staging: brcm80211: remove regs variable from brcms_ioctl functionArend van Spriel2011-06-281-2/+0
OpenPOWER on IntegriCloud