summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-02-03wil6210: Remove msm platform related codeHamad Kadmany5-302/+1
2015-02-03wil6210: print ciphers in debug infoVladimir Kondratiev1-12/+25
2015-02-03wil6210: more Tx debugVladimir Kondratiev1-13/+17
2015-02-03wil6210: fix race between xmit and Tx vring de-allocationVladimir Kondratiev2-3/+23
2015-02-03wil6210: avoid Tx descriptor double writeVladimir Kondratiev1-3/+1
2015-02-03wil6210: remove old Tx work-aroundVladimir Kondratiev1-3/+0
2015-02-03ath9k: Fix max pattern checkSujith Manoharan3-31/+51
2015-02-03ath9k: Cleanup reg_wow.hSujith Manoharan1-53/+15
2015-02-03ath9k: Remove incorrect register macrosSujith Manoharan1-5/+0
2015-02-03ath9k: Move WOW registers to reg_wow.hSujith Manoharan3-120/+137
2015-02-03ath9k: Register max WOW patternsSujith Manoharan2-1/+10
2015-02-03ath9k: Add a HW structure for WOWSujith Manoharan2-6/+10
2015-02-03ath9k: Simplify user pattern configurationSujith Manoharan2-43/+12
2015-02-03ath9k: Add a debugfs file for WOWSujith Manoharan3-2/+71
2015-02-03ath9k: Remove ath9k_hw_wow_event_to_stringSujith Manoharan3-27/+3
2015-02-03ath9k: Remove unused BMISS processingSujith Manoharan3-29/+0
2015-02-03ath9k: Check WOW triggers properlySujith Manoharan3-30/+29
2015-02-03ath9k: Fix wow init/deinitSujith Manoharan3-4/+23
2015-02-03ath9k: Check multi-channel context for WOWSujith Manoharan1-0/+9
2015-02-03ath9k: Check early for multi-vif/STA conditionsSujith Manoharan1-15/+7
2015-02-03ath9k: Remove redundant device_can_wakeup() checkSujith Manoharan1-6/+0
2015-02-03ath9k: Return early for error conditionsSujith Manoharan1-6/+6
2015-02-03ath9k: Remove ATH9K_HW_WOW_DEVICE_CAPABLESujith Manoharan3-8/+1
2015-01-29ath9k: Enable manual peak detect calibrationSujith Manoharan1-2/+8
2015-01-29ath9k: Set correct peak detect thresholdSujith Manoharan1-4/+11
2015-01-29ath9k: Fix manual peak calibration initializationSujith Manoharan1-8/+30
2015-01-29ath9k: Add a macro to identify PCOEM chipsSujith Manoharan1-0/+3
2015-01-29ath9k: Update AR955x initvalsSujith Manoharan1-2/+2
2015-01-29ath9k: Update QCA953x initvalsSujith Manoharan1-2/+2
2015-01-29wil6210: move Rx reorder buffer allocation out of spinlockVladimir Kondratiev1-4/+4
2015-01-29wil6210: implement cfg80211 probe_client() opVladimir Kondratiev3-0/+108
2015-01-29wil6210: implement skb Tx status reportingVladimir Kondratiev2-2/+18
2015-01-29wil6210: remove unnecessary interrupt moderation module parametersVladimir Shulman1-33/+5
2015-01-29wil6210: interrupt moderation configuration updateVladimir Shulman1-2/+2
2015-01-29wil6210: tuning rings sizeVladimir Shulman1-2/+2
2015-01-29wil6210: Add Tx queue len configurationVladimir Shulman2-4/+10
2015-01-29wil6210: ignore firmware failure to gracefully stop APDedy Lansky1-5/+7
2015-01-29wil6210: fix timing of netif_carrier_on indicationDedy Lansky5-34/+12
2015-01-29wil6210: sync WMI with firmwareVladimir Kondratiev2-14/+59
2015-01-27ath9k and ath9k_htc: rename variable "led_blink"Hong Xu6-8/+8
2015-01-23ath5k: document a fall-through case in ath5k_hw_set_opmodeJohn Linville1-0/+1
2015-01-23ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cbJohn Linville1-5/+1
2015-01-23ath9k_htc: Add a module parameter to disable blinkHong Xu3-0/+11
2015-01-23wcn36xx: initiate TX BA sessionsBob Copeland3-2/+77
2015-01-23wcn36xx: move set_tx_pdu inside set_tx_data/mgmtBob Copeland1-17/+20
2015-01-23wcn36xx: initialize dxe lockBob Copeland1-0/+2
2015-01-23wcn36xx: initialize skb_lockBob Copeland1-0/+1
2015-01-23wcn36xx: don't process 'valid' descriptorsBob Copeland1-0/+2
2015-01-23wcn36xx: let device generate qos seq numbersBob Copeland2-1/+9
2015-01-23wcn36xx: use !! when assigning int as a booleanBob Copeland1-1/+1