summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-11-14carl9170: kill MODULE_VERSIONLuis R. Rodriguez1-5/+0
2012-11-14ath9k: fix memory leak in DFS pattern detectorZefir Kurtisi1-0/+1
2012-11-14ath9k: resolve name collision in DFS detectorZefir Kurtisi2-4/+4
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-66/+52
2012-11-14rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger9-30/+181
2012-11-14rtlwifi: Modify files for addition of rtl8723aeLarry Finger5-0/+333
2012-11-14rtlwifi: rtl8723ae: Add new driverLarry Finger29-0/+15579
2012-11-09iwlwifi: return commands with error on FW errorJohannes Berg4-0/+15
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg9-39/+55
2012-11-07iwlwifi: fix typo in RX data tracingJohannes Berg1-1/+1
2012-11-07iwlwifi: remove useless messagesJohannes Berg1-9/+0
2012-11-07iwlwifi: remove SKU/antenna messages by defaultJohannes Berg1-4/+4
2012-11-07iwlwifi: remove EEPROM version message by defaultJohannes Berg1-2/+2
2012-11-05iwlwifi: zero trans_cfg before settings its fieldsEmmanuel Grumbach1-1/+1
2012-11-05iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach3-8/+13
2012-11-05iwlwifi: use list_first_entryJohannes Berg1-9/+6
2012-11-05iwlwifi: fix queue flush confusionJohannes Berg6-22/+20
2012-11-05iwlwifi: don't clear CTL_AMPDU on frame statusJohannes Berg1-6/+3
2012-11-05iwlwifi: fix flush commandJohannes Berg2-7/+7
2012-10-31iwlwifi: don't call stop_device twiceEmmanuel Grumbach1-4/+0
2012-10-31iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach7-19/+44
2012-10-31ar5523: make buffer size variable unsignedDan Carpenter1-1/+1
2012-10-31rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger20-548/+418
2012-10-31rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger6-11/+85
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-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-94/+104
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