summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* rndis_wlan: remove set_channel cfg80211 hookJohannes Berg2012-05-161-14/+0Star
* iwlwifi: support explicit monitor interfaceJohannes Berg2012-05-163-1/+6
* iwlwifi: invert the order of ssid list in scan cmdDavid Spinadel2012-05-161-1/+5
* iwlwifi: disable default wildcard ssid scanDavid Spinadel2012-05-162-11/+24
* iwlwifi: fix scan_cmd_size allocationDavid Spinadel2012-05-162-6/+12
* rt2x00:Add RT539b chipset supportZero.Lin2012-05-161-0/+1
* mwifiex: delete IEs when stop_apAvinash Patil2012-05-163-0/+75
* mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil2012-05-165-0/+195
* mwifiex: add custom IE frameworkAvinash Patil2012-05-168-1/+201
* mwifiex: rearrange AP sys configure codeAvinash Patil2012-05-163-21/+48
* mwifiex: add WPA2 support for APAvinash Patil2012-05-165-0/+268
* mwifiex: add AP event handling frameworkAvinash Patil2012-05-164-2/+73
* mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil2012-05-165-0/+139
* mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil2012-05-166-20/+150
* mwifiex: handle interface type changes correctlyAvinash Patil2012-05-161-18/+46
* mwifiex: stop BSS in deauthentication handlingAvinash Patil2012-05-161-0/+4
* mwifiex: add AP command sys_config and set channelAvinash Patil2012-05-165-1/+90
* mwifiex: add bss start and bss stop commands for APAvinash Patil2012-05-166-2/+75
* mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil2012-05-165-9/+46
* mwifiex: save adapter pointer in wiphy_privAvinash Patil2012-05-163-25/+27
* mwifiex: multi-interface support for mwifiexAvinash Patil2012-05-161-0/+20
* mwifiex: support for creation of AP interfaceAvinash Patil2012-05-164-66/+98
* mwifiex: handle station specific commands on STA interface onlyAvinash Patil2012-05-162-20/+34
* mwifiex: allocate space for one more mwifiex_private structureAvinash Patil2012-05-163-16/+23
* b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas2012-05-161-1/+1
* brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens2012-05-161-0/+3
* brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens2012-05-161-6/+17
* brcmsmac: do not access host_pciHauke Mehrtens2012-05-161-5/+5
* brcmsmac: remove nicpci.cHauke Mehrtens2012-05-166-330/+0Star
* brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens2012-05-165-37/+0Star
* brcmsmac: remove pcie_extendL1timer()Hauke Mehrtens2012-05-162-75/+3Star
* brcmsmac: remove pcicore_find_pci_capability()Hauke Mehrtens2012-05-162-66/+0Star
* brcmsmac: remove pcicore_attach()Hauke Mehrtens2012-05-163-155/+0Star
* brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens2012-05-163-59/+31Star
* brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens2012-05-164-13/+2Star
* brcmsmac: remove ai_chipcontrl_epa4331Hauke Mehrtens2012-05-162-25/+0Star
* brcmsmac: remove ai_pci_setup()Hauke Mehrtens2012-05-163-29/+2Star
* brcmsmac: remove pcicore_hwup()Hauke Mehrtens2012-05-163-32/+0Star
* brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens2012-05-165-256/+9Star
* brcmsmac: remove references to PCIHauke Mehrtens2012-05-165-161/+6Star
* brcmsmac: remove support for cc rev < 20Hauke Mehrtens2012-05-162-99/+11Star
* brcmsmac: get board and chip info from bcmaHauke Mehrtens2012-05-161-35/+5Star
* brcmsmac: remove brcmsmac own sprom parsingHauke Mehrtens2012-05-1610-1749/+0Star
* brcmsmac: use sprom from bcmaHauke Mehrtens2012-05-168-323/+179Star
* bcma: add boardinfo structHauke Mehrtens2012-05-161-3/+1Star
* ssb: remove rev from boardinfoHauke Mehrtens2012-05-165-11/+11
* Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-05-1613-178/+455
|\
| * ath6kl_sdio: Fix the EAPOL out of order issueVivek Natarajan2012-05-042-0/+9
| * ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue()Vasanthakumar Thiagarajan2012-04-302-2/+8
| * ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan2012-04-301-8/+4Star