summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Cleanup __ath9k_hw_init()Sujith Manoharan2014-01-031-32/+32
* ath9k: Handle unsupported MAC versions earlySujith Manoharan2014-01-031-24/+24
* ath9k: Move private HW callbacks to hw-ops.hSujith Manoharan2014-01-032-39/+27
* ath9k: Remove unused functionsSujith Manoharan2014-01-031-12/+0
* ath9k: Fix "cc_lock" usageSujith Manoharan2014-01-032-9/+7
* ath9k: Process BB watchdog events in the taskletSujith Manoharan2014-01-031-8/+6
* ath9k: Remove RX PollSujith Manoharan2014-01-037-77/+17
* ath9k: Fix baseband watchdog resetSujith Manoharan2014-01-031-8/+19
* ath9k: Identify baseband watchdog signaturesSujith Manoharan2014-01-033-0/+65
* ath9k: Fix baseband watchdog interruptsSujith Manoharan2014-01-033-6/+27
* ath9k: Fix PHY restart workaroundSujith Manoharan2014-01-032-11/+11
* ath9k: Fix MAC HW hang check for AR9003Sujith Manoharan2014-01-031-55/+75
* ath9k: Add HW callbacks for MAC/BB hang checksSujith Manoharan2014-01-034-70/+85
* ath9k: Register supported HW hang checksSujith Manoharan2014-01-035-9/+59
* ath9k: Fix max AMPDU size calculationSujith Manoharan2014-01-032-13/+2
* net: wireless: brcm80211: Drop debug version with build date/timeJosh Triplett2014-01-031-7/+0
* ath9k_hw: fix TSF offset calculationFelix Fietkau2014-01-031-2/+2
* ath9k_hw: fix gentimer callback without overflow handlerFelix Fietkau2014-01-031-2/+2
* ath9k: fix sparse non static symbol warningWei Yongjun2014-01-031-1/+1
* drivers/net/wireless/hostap: Integer overflowWenliang Fan2014-01-031-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-01-03101-577/+653
|\
| * iwlwifi: mvm: fix coccinelle warningsFengguang Wu2013-12-311-1/+1
| * iwlwifi: Update Copyright to 2014Emmanuel Grumbach2013-12-31101-169/+169
| * iwlwifi: mvm: rs: fix a potential NULL derefEyal Shapira2013-12-311-4/+3
| * iwlwifi: mvm: dynamically update tsf_idIlan Peer2013-12-313-30/+91
| * iwlwifi: mvm: change the parameters for calculating an AP TBTTIlan Peer2013-12-311-1/+1
| * iwlwifi: pcie: Fix CSR_RESET operation access typeEran Harary2013-12-311-1/+1
| * iwlwifi: mvm: Add a missed beacons thresholdIlan Peer2013-12-312-5/+21
| * iwlwifi: mvm: squash a spurious warning on chnctx changeArik Nemtsov2013-12-311-1/+2
| * iwlwifi: mvm: dump to debugfs the SRAM as binaryEmmanuel Grumbach2013-12-311-28/+21
| * iwlwifi: mvm: BT Coex - update channel inihibition for channel 14Emmanuel Grumbach2013-12-311-2/+2
| * iwlwifi: mvm: fix harmless smatch / coccinelle warningsEmmanuel Grumbach2013-12-312-3/+3
| * iwlwifi: mvm: disable the device as soon as RFKILL firesEmmanuel Grumbach2013-12-312-2/+9
| * iwlwifi: pcie: allow the op_mode to call stop_device whenever it wantsEmmanuel Grumbach2013-12-312-8/+22
| * iwlwifi: pcie: don't update the op_mode if rfkill hasn't changedEmmanuel Grumbach2013-12-311-2/+11
| * iwlwifi: pcie: keep the NIC awake when commands are in flightEmmanuel Grumbach2013-12-313-53/+82
| * iwlwifi: mvm: fix possible memory leakEytan Lifshitz2013-12-311-5/+6
| * iwlwifi: mvm: fix AC / FIFO mappingEmmanuel Grumbach2013-12-311-10/+15
| * iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach2013-12-211-28/+22
| * iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach2013-12-213-35/+26
| * iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach2013-12-211-61/+34
| * iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach2013-12-212-16/+7
| * iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach2013-12-211-19/+19
| * iwlwifi: pcie: determine the interrupt type in the handlerEmmanuel Grumbach2013-12-171-12/+10
| * iwlwifi: pcie: read the interrupt cause from the handlerEmmanuel Grumbach2013-12-171-9/+9
| * iwlwifi: pcie: move the ICT / non-ICT handling functionsEmmanuel Grumbach2013-12-171-162/+162
| * iwlwifi: pcie: re-organize the PCIe ISR codeEmmanuel Grumbach2013-12-173-28/+25
| * iwlwifi: pcie: track interrupt mask in SWEmmanuel Grumbach2013-12-172-8/+11
| * iwlwifi: pcie: clean up ICT allocation codeEmmanuel Grumbach2013-12-172-12/+6
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-032-2/+2
|\ \