summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-04ath9k: Fix PHY restart workaroundSujith Manoharan2-11/+11
2014-01-04ath9k: Fix MAC HW hang check for AR9003Sujith Manoharan1-55/+75
2014-01-04ath9k: Add HW callbacks for MAC/BB hang checksSujith Manoharan4-70/+85
2014-01-04ath9k: Register supported HW hang checksSujith Manoharan5-9/+59
2014-01-04ath9k: Fix max AMPDU size calculationSujith Manoharan2-13/+2
2014-01-04net: wireless: brcm80211: Drop debug version with build date/timeJosh Triplett1-7/+0
2014-01-04ath9k_hw: fix TSF offset calculationFelix Fietkau1-2/+2
2014-01-04ath9k_hw: fix gentimer callback without overflow handlerFelix Fietkau1-2/+2
2014-01-04ath9k: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-04drivers/net/wireless/hostap: Integer overflowWenliang Fan1-1/+1
2014-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville101-577/+653
2014-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-2/+2
2013-12-31iwlwifi: mvm: fix coccinelle warningsFengguang Wu1-1/+1
2013-12-31iwlwifi: Update Copyright to 2014Emmanuel Grumbach101-169/+169
2013-12-31iwlwifi: mvm: rs: fix a potential NULL derefEyal Shapira1-4/+3
2013-12-31iwlwifi: mvm: dynamically update tsf_idIlan Peer3-30/+91
2013-12-31iwlwifi: mvm: change the parameters for calculating an AP TBTTIlan Peer1-1/+1
2013-12-31iwlwifi: pcie: Fix CSR_RESET operation access typeEran Harary1-1/+1
2013-12-31iwlwifi: mvm: Add a missed beacons thresholdIlan Peer2-5/+21
2013-12-31iwlwifi: mvm: squash a spurious warning on chnctx changeArik Nemtsov1-1/+2
2013-12-31iwlwifi: mvm: dump to debugfs the SRAM as binaryEmmanuel Grumbach1-28/+21
2013-12-31iwlwifi: mvm: BT Coex - update channel inihibition for channel 14Emmanuel Grumbach1-2/+2
2013-12-31iwlwifi: mvm: fix harmless smatch / coccinelle warningsEmmanuel Grumbach2-3/+3
2013-12-31iwlwifi: mvm: disable the device as soon as RFKILL firesEmmanuel Grumbach2-2/+9
2013-12-31iwlwifi: pcie: allow the op_mode to call stop_device whenever it wantsEmmanuel Grumbach2-8/+22
2013-12-31iwlwifi: pcie: don't update the op_mode if rfkill hasn't changedEmmanuel Grumbach1-2/+11
2013-12-31iwlwifi: pcie: keep the NIC awake when commands are in flightEmmanuel Grumbach3-53/+82
2013-12-31iwlwifi: mvm: fix possible memory leakEytan Lifshitz1-5/+6
2013-12-31iwlwifi: mvm: fix AC / FIFO mappingEmmanuel Grumbach1-10/+15
2013-12-21iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach1-28/+22
2013-12-21iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach3-35/+26
2013-12-21iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach1-61/+34
2013-12-21iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach2-16/+7
2013-12-21iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach1-19/+19
2013-12-19ath9k: simplify/fix tx packet TID handlingFelix Fietkau1-8/+1
2013-12-19ath9k: fix TSF offset precision issueFelix Fietkau1-3/+4
2013-12-19ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau3-12/+11
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau8-57/+64
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park2-2/+2
2013-12-19ath9k: Use a subroutine for the AR9330 reset WARSujith Manoharan2-33/+38
2013-12-19ath9k: Fix RTC reset delaySujith Manoharan1-1/+6
2013-12-19ath9k: Add a delay between RTC reset/clear for AR9003Sujith Manoharan1-2/+1
2013-12-19ath9k: Fix regulatory complianceSujith Manoharan2-1/+35
2013-12-19ath9k: Update BaseExtension_1 eeprom structureSujith Manoharan2-7/+17
2013-12-19ath9k: Initialize "switchcomspdt" eeprom field explicitlySujith Manoharan1-0/+10
2013-12-19ath9k: Remove unneeded ref. count initializationSujith Manoharan1-1/+0
2013-12-19ath9k: Cleanup ath9k.hSujith Manoharan2-102/+79
2013-12-19ath9k: Cleanup spectral scan codeSujith Manoharan7-671/+761
2013-12-19ath9k: properly preserve TSF across resetFelix Fietkau2-45/+45
2013-12-19ath9k_hw: clean up station beacon timer APIFelix Fietkau4-70/+31