summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-02-13ath9k: Calculate IQ-CAL medianSujith Manoharan1-12/+79
2014-02-13ath9k: Expand the IQ coefficient arraySujith Manoharan1-20/+21
2014-02-13ath9k: Modify IQ calibration for AR955xSujith Manoharan1-22/+59
2014-02-13ath9k: Fix magnitude/phase calculationSujith Manoharan1-3/+7
2014-02-13ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passesSujith Manoharan1-4/+4
2014-02-13ath9k: Check explicitly for IQ calibrationSujith Manoharan1-1/+6
2014-02-13ath9k: Fix IQ cal post processing for SoCSujith Manoharan1-2/+2
2014-02-13ath9k_htc: Add device ID for Buffalo WLI-UV-AG300PMasaki TAGAWA1-0/+2
2014-02-13ath9k: Remove ath9k rate controlSujith Manoharan9-1771/+8
2014-02-13ath9k_htc: catch fw panic patternOleksij Rempel2-0/+48
2014-02-13ath9k_htc: remove useless memcpyOleksij Rempel1-5/+5
2014-02-13ath9k_htc: use ath9k_cmn_rx_skb_postprocessOleksij Rempel1-25/+3
2014-02-13ath9k: move ath9k_rx_skb_postprocess to common.cOleksij Rempel3-53/+59
2014-02-13ath9k_htc: sync rx_status-> related code with ath9kOleksij Rempel1-4/+5
2014-02-13ath9k_htc: use ath9k_cmn_rx_acceptOleksij Rempel1-37/+8
2014-02-13ath9k_htc: use ath9k_cmn_process_rateOleksij Rempel1-38/+2
2014-02-13ath9k_htc: use ath9k_cmn_process_rssiOleksij Rempel5-26/+7
2014-02-13ath9k_htc: add rx header converter to make it usable by ath9kOleksij Rempel1-1/+36
2014-02-13ath9k: move ath9k_rx_accept to common.cOleksij Rempel3-87/+95
2014-02-13ath9k: move ath9k_process_rate to common.cOleksij Rempel3-51/+54
2014-02-13ath9k: move ath9k_process_rssi to common.cOleksij Rempel6-66/+69
2014-02-13ath: add last_rssi to ath_commonOleksij Rempel1-0/+2
2014-02-13ath9k: Fix uninitialized variable in ath9k_has_tx_pending()Geert Uytterhoeven1-1/+1
2014-02-13ath9k: Remove unnecessary checkSujith Manoharan1-3/+0
2014-02-13ath9k: prepare for multi-interface CSA supportMichal Kazior4-23/+24
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-2/+2
2014-02-06mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach1-2/+1
2014-02-05cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-6/+2
2014-02-05nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg1-5/+14
2014-02-05mac80211: remove module handling from rate control opsJohannes Berg1-1/+0
2014-02-05mac80211: make rate control ops constJohannes Berg1-1/+1
2014-01-23ath9k: Fix RX interrupt mitigationSujith Manoharan2-2/+12
2014-01-23ath9k: Fix code mistakeSujith Manoharan1-1/+1
2014-01-16carl9170: use ath_is_mybeaconOleksij Rempel1-6/+3
2014-01-16ath5k: use ath_is_mybeaconOleksij Rempel1-25/+8
2014-01-16ath9k_htc: use ath_is_mybeaconOleksij Rempel1-3/+1
2014-01-16ath9k: use ath_is_mybeaconOleksij Rempel1-16/+4
2014-01-16ath: add common function ath_is_mybeaconOleksij Rempel2-0/+10
2014-01-16wil6210: correct #include for prefetch()Vladimir Kondratiev1-1/+1
2014-01-16ath9k: Fix possible overflow conditionSujith Manoharan1-1/+1
2014-01-16ath9k: Fix IQ calibrationSujith Manoharan1-2/+15
2014-01-16ath9k: Fix error reported by smatchSujith Manoharan1-1/+1
2014-01-13ath9k: Process GTT interruptsSujith Manoharan3-4/+35
2014-01-13ath9k: Remove debug print in ISRSujith Manoharan1-2/+0
2014-01-13ath9k: Add a debugfs file "node_recv"Sujith Manoharan5-7/+203
2014-01-13ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan1-43/+74
2014-01-13ath9k: Show only active TIDs in node_aggrSujith Manoharan1-5/+13
2014-01-13ath9k: Add an option for station statisticsSujith Manoharan5-81/+108
2014-01-13cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez1-2/+0
2014-01-13ath: fix warning on usage of REGULATORY_CUSTOM_REGLuis R. Rodriguez1-3/+6