summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Net: wireless: core.c: fixed checkpatch warningsCristian Chilipirea1-2/+2
2012-05-16mac80211: fix TX aggregation session timerJohannes Berg1-2/+8
2012-05-16mac80211: fix single queue driversJohannes Berg1-1/+3
2012-05-16bcma: Add flush for BCMA_RESET_CTL writeNathan Hintz1-0/+1
2012-05-16bcma: Add __devexit to bcma_host_pci_removeNathan Hintz1-2/+2
2012-05-16bcma: reads/writes are always 4 bytes, so always map 4 bytesNathan Hintz1-3/+3
2012-05-16bcma: Account for variable PCI memory base/sizeNathan Hintz1-2/+2
2012-05-16bcma: Move initialization of SPROM to prevent overwriteNathan Hintz2-2/+4
2012-05-16bcma: Find names of non BCM coresNathan Hintz1-14/+40
2012-05-16brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens1-0/+3
2012-05-16brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens1-6/+17
2012-05-16brcmsmac: do not access host_pciHauke Mehrtens1-5/+5
2012-05-16brcmsmac: remove nicpci.cHauke Mehrtens6-330/+0
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens5-37/+0
2012-05-16brcmsmac: remove pcie_extendL1timer()Hauke Mehrtens2-75/+3
2012-05-16brcmsmac: remove pcicore_find_pci_capability()Hauke Mehrtens2-66/+0
2012-05-16brcmsmac: remove pcicore_attach()Hauke Mehrtens3-155/+0
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens3-59/+31
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens4-13/+2
2012-05-16brcmsmac: remove ai_chipcontrl_epa4331Hauke Mehrtens2-25/+0
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens3-29/+2
2012-05-16brcmsmac: remove pcicore_hwup()Hauke Mehrtens3-32/+0
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens5-256/+9
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens5-161/+6
2012-05-16brcmsmac: remove support for cc rev < 20Hauke Mehrtens2-99/+11
2012-05-16brcmsmac: get board and chip info from bcmaHauke Mehrtens1-35/+5
2012-05-16brcmsmac: remove brcmsmac own sprom parsingHauke Mehrtens10-1749/+0
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens8-323/+179
2012-05-16bcma: add bcma_core_pci_config_fixup()Hauke Mehrtens2-0/+22
2012-05-16bcma: add bcma_core_pci_fixcfg()Hauke Mehrtens2-0/+24
2012-05-16bcma: add bcma_core_pci_extend_L1timerHauke Mehrtens2-2/+16
2012-05-16bcma: implement setting core clock mode to dynamicHauke Mehrtens1-1/+1
2012-05-16bcma/ssb: parse new attributes from spromHauke Mehrtens3-4/+194
2012-05-16bcma: read out some additional sprom attributesHauke Mehrtens1-0/+76
2012-05-16ssb: fill board_rev attribute from spromHauke Mehrtens2-0/+3
2012-05-16ssb/bcma: fill attribute alpha2 from spromHauke Mehrtens3-6/+14
2012-05-16MIPS: bcm47xx: read baordrev without prefix from spromHauke Mehrtens1-0/+2
2012-05-16bcma: add boardinfo structHauke Mehrtens6-3/+29
2012-05-16MIPS: bcm47xx: refactor fetching board dataHauke Mehrtens3-6/+18
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens8-15/+11
2012-05-16Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville13-178/+455
2012-05-15wlcore/wl12xx: implement better beacon loss handlingBartosz.Markowski@tieto.com4-17/+51
2012-05-15wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()Jesper Juhl1-2/+2
2012-05-15wireless: TI wlxxx depends on MAC80211Randy Dunlap2-1/+2
2012-05-15wlcore: fixup an allocationDan Carpenter1-1/+3
2012-05-15wlcore: release lock on error in wl1271_op_suspend()Dan Carpenter1-0/+1
2012-05-15wl12xx: support wowlan wakeup patternsEyal Shapira2-7/+211
2012-05-15wlcore: add RX filters driver state mgmt functionsEyal Shapira3-0/+43
2012-05-15wl12xx: add RX filters ACX commandsEyal Shapira3-0/+110
2012-05-15wlcore: add RX filters util functionsEyal Shapira2-0/+106