summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-06-06ath9k_hw: Fix MCI usageSujith Manoharan4-19/+18
2012-06-06ath9k_hw: Fix AR_RTC_KEEP_AWAKE usageSujith Manoharan2-12/+0
2012-06-06ath9k: Setup MCI interrupts properlySujith Manoharan3-3/+22
2012-06-06ath9k: Handle ASPM properlySujith Manoharan3-11/+8
2012-06-06ath9k: Prune ath9k_init_deviceSujith Manoharan1-8/+7
2012-06-06brcm80211: brcmsmac: fixed checkpatch and sparse warningsChris Yungmann2-3/+2
2012-06-06ath9k: Ensure a fair beacon distribution in IBSS modeVivek Natarajan1-1/+4
2012-06-06rt2x00:Add RT5392 chipset supportZero.Lin2-1/+27
2012-06-06iwl4965: claim RSN IBSS supportStanislaw Gruszka1-1/+12
2012-06-06rt2x00: claim RSN IBSS supportStanislaw Gruszka2-2/+14
2012-06-06ath9k: fix/add bits for spectral scanningZefir Kurtisi1-12/+20
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg4-21/+35
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-22/+51
2012-06-06net/wireless: ipw2200: introduce ipw_read_eeprom functionStanislav Yakovlev1-6/+17
2012-06-06mwifiex: support NL80211_HIDDEN_SSID_ZERO_LEN for uAPAvinash Patil3-0/+28
2012-06-06mwifiex: invalidate bss config before setting channel for uAPAvinash Patil1-0/+1
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg3-37/+3
2012-06-05iwlwifi: add debugging to shadow registers and fix typoMeenakshi Venkataraman2-1/+2
2012-06-05iwlwifi: clean up coding style in PCIe transportJohannes Berg4-185/+161
2012-06-05iwlwifi: move notification wait into coreJohannes Berg2-2/+8
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry8-26/+172
2012-06-05iwlwifi: move IWL_CMD_FAILED_MSKJohannes Berg2-3/+3
2012-06-05iwlwifi: properly handle device_set_wakeup_enableJohannes Berg1-4/+7
2012-06-05iwlwifi: Move IWL_MASK macro to transport.Gregory Greenman2-2/+2
2012-06-05iwlwifi: s/iwlagn_unmap_tfd/iwl_unmap_tfdEmmanuel Grumbach1-9/+8
2012-06-05iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfdEmmanuel Grumbach3-7/+7
2012-06-05iwlwifi: add __printf argument checkingJohannes Berg1-6/+6
2012-06-05iwlwifi: fix debug print in iwl_sta_calc_ht_flagsMeenakshi Venkataraman1-0/+1
2012-06-05iwlwifi: fix prints in iwl_rx_handleEmmanuel Grumbach1-3/+3
2012-06-05rt2x00: Add support for RT5360 based PCI devices.villacis@palosanto.com3-0/+8
2012-06-05ath9k: Support ethtool getstats api.Ben Greear1-0/+134
2012-06-05ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan4-6/+6
2012-06-05brcm80211: brcmu_pkt_buf_free_skb() should handle NULLDan Carpenter1-0/+2
2012-06-05brcm80211: remove an unneeded NULL checkDan Carpenter1-1/+1
2012-06-05rt2800usb: 2001:3c17 is an RT3370 deviceAlbert Pool1-1/+2
2012-06-05iwlwifi: unregister LEDs if mac80211 registration failsJohannes Berg1-0/+1
2012-06-05iwlwifi: fix double free/complete in firmware loadingJohannes Berg1-2/+7
2012-06-04iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEPJohannes Berg1-0/+2
2012-06-04rt2x00: use atomic variable for seqnoStanislaw Gruszka3-10/+7
2012-06-04brcmfmac: Fix likely misuse of | for &Joe Perches1-2/+2
2012-06-04mac80211_hwsim: advertise interface combinationsJohannes Berg1-0/+21
2012-06-04iwlwifi: fix TX power antenna accessJohannes Berg1-9/+9
2012-06-04mwifiex: support NL80211_HIDDEN_SSID_ZERO_LEN for uAPAvinash Patil3-0/+28
2012-06-04mwifiex: invalidate bss config before setting channel for uAPAvinash Patil1-0/+1
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville25-557/+174
2012-05-29wlcore: fix undefined symbols when CONFIG_PM is not definedEyal Shapira3-1/+7
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau3-1/+7
2012-05-29ath9k_hw: update AR933x initvals to fix issues with high power devicesFelix Fietkau1-88/+90
2012-05-29ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau1-6/+10
2012-05-29ath9k: stop rx dma before stopping txFelix Fietkau1-3/+4