aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-10brcmsmac: document firmware dependenciesJeff Mahoney1-1/+3
2012-08-02brcmsmac: use channel flags to restrict OFDMSeth Forshee1-1/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+4
2012-07-12brcmsmac: restructure info->control.sta handling as it is goning to be removed soon.Thomas Huehn1-0/+2
2012-07-10brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens1-2/+1
2012-06-20brcm80211: smac: inform mac80211 of the X2 regulatory domainSeth Forshee1-0/+2
2012-06-13brcmsmac: remove brcms_set_hint() functionArend van Spriel1-11/+3
2012-05-16brcmsmac: do not access host_pciHauke Mehrtens1-5/+5
2012-05-16brcmsmac: remove nicpci.cHauke Mehrtens1-1/+0
2012-04-13brcm80211: smac: do not use US as fallback regulatory hintArend van Spriel1-5/+1
2012-03-05brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel1-12/+19
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel1-2/+2
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-3/+3
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-9/+9
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds1-35/+3
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-13brcm80211: smac: register with bcma for specific 802.11 core revisionsArend van Spriel1-2/+2
2011-12-13brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel1-3/+1
2011-12-13brcm80211: smac: change from pci device driver to bcma device driverArend van Spriel1-105/+63
2011-11-28brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers1-21/+17
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21brcm80211: smac: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-11brcm80211: smac: don't modify sta parameters when adding staAlwin Beukers1-7/+0
2011-11-08brcm80211: smac: changed check to confirm STA only supportRoland Vossen1-5/+1
2011-11-08brcm80211: smac: mute transmit on ops_startRoland Vossen1-2/+9
2011-11-08brcm80211: smac: modified Mac80211 callback interfaceRoland Vossen1-47/+37
2011-11-08brcm80211: smac: removed down-on-rf-kill functionalityRoland Vossen1-2/+0
2011-11-08brcm80211: smac: removed down-on-watchdog MPC functionalityRoland Vossen1-2/+1
2011-11-08brcm80211: smac: removed MPC related codeRoland Vossen1-1/+1
2011-11-08brcm80211: smac: indicate severe problems to Mac80211Roland Vossen1-0/+8
2011-11-08brcm80211: smac: drop "40MHz intolerant" flag from HT capability infoArend van Spriel1-4/+2
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-10-14brcm80211: fix sparse endianess error in mac80211_if.cArend van Spriel1-1/+1
2011-10-14brcm80211: smac: decreased timer callback irq levelRoland Vossen1-23/+17
2011-10-14brcm80211: smac: removed redundant timer function parametersRoland Vossen1-7/+8
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+1701