summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-16mwifiex: delete IEs when stop_apAvinash Patil3-0/+75
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil5-0/+195
2012-05-16mwifiex: add custom IE frameworkAvinash Patil8-1/+201
2012-05-16mwifiex: rearrange AP sys configure codeAvinash Patil3-21/+48
2012-05-16mwifiex: add WPA2 support for APAvinash Patil5-0/+268
2012-05-16mwifiex: add AP event handling frameworkAvinash Patil4-2/+73
2012-05-16mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil5-0/+139
2012-05-16mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil6-20/+150
2012-05-16mwifiex: handle interface type changes correctlyAvinash Patil1-18/+46
2012-05-16mwifiex: stop BSS in deauthentication handlingAvinash Patil1-0/+4
2012-05-16mwifiex: add AP command sys_config and set channelAvinash Patil5-1/+90
2012-05-16mwifiex: add bss start and bss stop commands for APAvinash Patil6-2/+75
2012-05-16mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil5-9/+46
2012-05-16mwifiex: save adapter pointer in wiphy_privAvinash Patil3-25/+27
2012-05-16mwifiex: multi-interface support for mwifiexAvinash Patil1-0/+20
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil4-66/+98
2012-05-16mwifiex: handle station specific commands on STA interface onlyAvinash Patil2-20/+34
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil3-16/+23
2012-05-16b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas1-1/+1
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 boardinfo structHauke Mehrtens1-3/+1
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens5-11/+11
2012-05-16Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville13-178/+455
2012-05-16wlcore/wl12xx: implement better beacon loss handlingBartosz.Markowski@tieto.com4-17/+51
2012-05-16wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()Jesper Juhl1-2/+2
2012-05-16wireless: TI wlxxx depends on MAC80211Randy Dunlap2-1/+2
2012-05-16wlcore: fixup an allocationDan Carpenter1-1/+3
2012-05-16wlcore: release lock on error in wl1271_op_suspend()Dan Carpenter1-0/+1
2012-05-16wl12xx: support wowlan wakeup patternsEyal Shapira2-7/+211
2012-05-16wlcore: add RX filters driver state mgmt functionsEyal Shapira3-0/+43
2012-05-16wl12xx: add RX filters ACX commandsEyal Shapira3-0/+110
2012-05-16wlcore: add RX filters util functionsEyal Shapira2-0/+106