aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
AgeCommit message (Expand)Author
2012-05-16brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches
2012-01-24brcm80211: Use brcmu_dbg_hex_dumpJoe Perches
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel
2011-12-13brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel
2011-12-13brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel
2011-12-13brcm80211: smac: use bcma function for register access in dma.cArend van Spriel
2011-12-13brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel
2011-12-13brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel
2011-12-13brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel
2011-12-13brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel
2011-11-28brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers
2011-11-28brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel
2011-11-11brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers
2011-11-11brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel
2011-11-11brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel
2011-11-08brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel
2011-11-08brcm80211: smac: mute transmit on ops_startRoland Vossen
2011-11-08brcm80211: smac: fixed inconsistency in transmit muteRoland Vossen
2011-11-08brcm80211: smac: bugfix for tx mute in brcms_b_init()Roland Vossen
2011-11-08brcm80211: smac: removed down-on-rf-kill functionalityRoland Vossen
2011-11-08brcm80211: smac: removed down-on-watchdog MPC functionalityRoland Vossen
2011-11-08brcm80211: smac: removed MPC related variablesRoland Vossen
2011-11-08brcm80211: smac: removed MPC related codeRoland Vossen
2011-11-08brcm80211: util: remove function brcmu_format_hex() from brcmutilArend van Spriel
2011-11-08brcm80211: smac: some local function made static in main.cArend van Spriel
2011-11-08brcm80211: smac: indicate severe problems to Mac80211Roland Vossen
2011-11-08brcm80211: removed duplicate definesAlwin Beukers
2011-11-08brcm80211: cleanup defines in main.cAlwin Beukers
2011-10-14brcm80211: moved function brcmu_format_flagsAlwin Beukers