summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-06wireless: fix VHT max AMPDU exponent definitionJohannes Berg1-1/+1
2012-12-05Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka2-5/+5
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg2-10/+34
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg3-3/+12
2012-11-26mac80211_hwsim: remove printing scan configJohannes Berg1-6/+0
2012-11-26mac80211_hwsim: advertise VHT supportJohannes Berg1-0/+28
2012-11-26mac80211: convert to channel definition structJohannes Berg2-18/+24
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-6/+4
2012-11-26cfg80211: pass a channel definition structJohannes Berg6-44/+56
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg9-28/+10
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller2-0/+2
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg1-1/+32
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen17-17/+17
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg9-39/+55
2012-10-30mac80211_hwsim: print per interface TX powerJohannes Berg1-0/+3
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg4-9/+17
2012-10-30mac80211_hwsim: allow using channel contextsJohannes Berg1-100/+390
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-94/+104
2012-10-29ssb: handle BCM43222 in pmu code.Hauke Mehrtens1-0/+3
2012-10-29ssb: add PCI ID 0x4350Hauke Mehrtens1-0/+1
2012-10-29ath9k: Dump BTCOEX tuning parametersRajkumar Manoharan3-1/+87
2012-10-29ath9k_hw: validate MCI stuck after RTC wakeupRajkumar Manoharan1-3/+3
2012-10-29ath9k_hw: Fix concurrent tx on lower tx powerRajkumar Manoharan2-1/+6
2012-10-29ath9k_hw: Enable hw PLL power save for AR9565Rajkumar Manoharan2-4/+4
2012-10-29ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan1-2/+2
2012-10-29ar5523: Add new driverPontus Fuchs7-0/+2399
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel2-8/+24
2012-10-29brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()Arend van Spriel1-1/+1
2012-10-29brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()Arend van Spriel1-25/+28
2012-10-29brcmfmac: use memset when setting a broadcast mac addressArend van Spriel1-7/+5
2012-10-29brcmfmac: rename check_sys_up() to check_vif_up()Arend van Spriel1-24/+24
2012-10-29brcmfmac: remove unused enumeration wl_prof_listArend van Spriel1-13/+0
2012-10-29brcmfmac: cleanup brcmf_cfg80211_profile structureArend van Spriel1-13/+7
2012-10-29brcmfmac: remove debugfs functionality from wl_cfg80211.cArend van Spriel2-45/+0
2012-10-29brcmfmac: separate connection status from scanning statusArend van Spriel2-120/+156
2012-10-29brcmfmac: use vif struct to check_sys_up() functionArend van Spriel1-44/+59
2012-10-29brcmfmac: store profile information per virtual interfaceArend van Spriel2-35/+34
2012-10-29brcmfmac: introduce brcmf_cfg80211_vif structureArend van Spriel3-62/+129
2012-10-29brcmfmac: remove brcmf_find_bssidx() functionArend van Spriel1-10/+0
2012-10-29brcmfmac: change parameter list for send_key_to_dongle()Arend van Spriel1-19/+6
2012-10-29brcmfmac: use fwil for default configuration setup.Hante Meuleman5-313/+167
2012-10-29brcmfmac: streamline header parse code of sdio glom readFranky Lin1-112/+62
2012-10-29brcmfmac: use struct brcmf_if as interface object for fwil functionsArend van Spriel3-155/+162
2012-10-29brcmfmac: add function converting ieee80211_channel to chanspecArend van Spriel1-25/+27
2012-10-29brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commandsArend van Spriel3-36/+33
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel6-43/+41
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel6-25/+39
2012-10-29brcmfmac: clean usb download code.Hante Meuleman1-33/+8
2012-10-29brcmfmac: remove redundant function brcmf_c_mkiovar_bsscfgHante Meuleman2-48/+0
2012-10-29brcmfmac: change testmode command to use new firmware interface layerHante Meuleman3-58/+9