summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-05-09iwlwifi: modify #ifdef to avoid sparse complainWey-Yi Guy2-19/+18
2012-05-09mwifiex: fix static checker warningsAmitkumar Karwar1-2/+1
2012-05-09mwifiex: add support for SD8786 sdioWarheadsSE3-2/+10
2012-05-09wireless: at76c50x: allocating too much dataDan Carpenter1-2/+2
2012-05-09iwlwifi: don't init trans->reg_lock from the op_modeEmmanuel Grumbach2-1/+1
2012-05-09iwlwifi: add option to disable 5GHz bandStanislaw Gruszka3-0/+9
2012-05-09iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach2-10/+9
2012-05-09iwlwifi: add loose coex lutWey-Yi Guy1-2/+21
2012-05-09iwlwifi: change kill mask based on reduce power stateWey-Yi Guy2-9/+20
2012-05-09iwlwifi: send reduce tx power info in commandWey-Yi Guy2-1/+3
2012-05-09iwlwifi: small define changeWey-Yi Guy1-1/+3
2012-05-09iwlwifi: add reduced tx power threshold defineWey-Yi Guy1-0/+3
2012-05-09iwlwifi: add checking for the condition to reduce tx powerWey-Yi Guy2-4/+39
2012-05-09iwlwifi: add BT reduced tx power flagWey-Yi Guy1-2/+2
2012-05-09iwlwifi: remove unused macrosWey-Yi Guy1-69/+0
2012-05-09libertas: include sched.h on firmware.cLuis R. Rodriguez1-0/+1
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-66/+194
2012-05-03iwlwifi: fix skb truesize underestimationEric Dumazet3-8/+17
2012-05-02Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003"Rajkumar Manoharan1-2/+2
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin1-0/+1
2012-04-27wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas1-0/+1
2012-04-27wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas1-1/+1
2012-04-27b43: only reload config after successful initializationSeth Forshee1-2/+8
2012-04-27iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-2/+2
2012-04-27ath5k: add missing iounmap to AHB probe removalJonathan Bither1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville107-2447/+3230
2012-04-24ath9k: Fix IDLE PowersaveSujith Manoharan1-17/+26
2012-04-24iwlwifi: use correct released ucode versionMeenakshi Venkataraman4-18/+27
2012-04-24iwlwifi: fix hardware queue programmingJohannes Berg2-8/+43
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+46
2012-04-24iwlwifi: use new mac80211 queue schemeJohannes Berg4-74/+66
2012-04-24iwlwifi: clean up module parametersJohannes Berg17-124/+134
2012-04-24iwlwifi: revert workaround to restore 1000 rx throughputDon Fry1-1/+0
2012-04-24iwlwifi: use direct calls for transport freeJohannes Berg4-28/+10
2012-04-24iwlwifi: clean up some hw file includesJohannes Berg4-4/+8
2012-04-24iwlwifi: move OTP definesJohannes Berg2-11/+11
2012-04-24iwlwifi: move antenna definitions to configJohannes Berg2-9/+11
2012-04-24iwlwifi: move eeprom versions to HW filesJohannes Berg5-42/+29
2012-04-24iwlwifi: move watchdog definitions to configJohannes Berg2-6/+6
2012-04-24iwlwifi: move PLCP defines to configJohannes Berg2-11/+12
2012-04-24iwlwifi: move driver defines to iwl-drv.hJohannes Berg4-5/+9
2012-04-24iwlwifi: remove duplicate iwlagn_mod_params declarationJohannes Berg1-1/+0
2012-04-24iwlwifi: remove TX/RX frame statisticsJohannes Berg23-417/+1
2012-04-24iwlwifi: remove traffic logJohannes Berg7-253/+5
2012-04-24iwlwifi: move iwl_cmd_echo_testJohannes Berg3-18/+17
2012-04-24iwlwifi: move TIME_UNITJohannes Berg2-2/+1
2012-04-24iwlwifi: remove bt_siso_mode declarationJohannes Berg1-5/+0
2012-04-24iwlwifi: include net/mac80211.h to avoid compiler errorWey-Yi Guy1-0/+1