summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/init.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-11ath9k: Use correct PCIE initvals for AR9485Sujith Manoharan1-0/+5
2013-11-11ath9k: DFS radar use correct width enumJanusz Dziedzic1-2/+2
2013-11-08ath9k: enable DFS for IBSS modeSimon Wunderlich1-1/+2
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez1-12/+14
2013-10-18ath9k: dfs kill ath9k specyfic codeJanusz Dziedzic1-2/+2
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau1-1/+0
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau1-1/+1
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau1-25/+59
2013-09-26ath9k: Identify WB335 Antenna configurationSujith Manoharan1-0/+17
2013-09-26ath9k: Identify CUS252 cardsSujith Manoharan1-0/+3
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-08-26ath9k: Fix ASPM workaround usageSujith Manoharan1-0/+5
2013-08-22ath9k: Add antenna diversity tweak for CUS198Sujith Manoharan1-0/+1
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-1/+2
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich1-0/+1
2013-08-16ath9k: announce that ath9k supports 5/10 MHzSimon Wunderlich1-0/+1
2013-08-16ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich1-8/+16
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich1-1/+3
2013-08-09ath9k: Fix BTCOEX usage for RX diversitySujith Manoharan1-2/+2
2013-08-05ath9k: Set SWCOM value for CUS198Sujith Manoharan1-0/+1
2013-08-05ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan1-4/+17
2013-08-05ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan1-6/+6
2013-08-05ath9k: Fix antenna diversity for CUS198Sujith Manoharan1-0/+2
2013-06-24ath9k: Enable WoW only for supported modelsSujith Manoharan1-0/+1
2013-06-18ath9k: Add PCI IDs for CUS217Sujith Manoharan1-0/+2
2013-06-18ath9k: Modify IDs to identify CUS230Sujith Manoharan1-2/+5
2013-06-14ath9k: Add custom parameters for CUS198Sujith Manoharan1-0/+21
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-7/+11
2013-06-12ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau1-0/+2
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-12/+5
2013-06-12ath9k: Use minstrel rate control by defaultSujith Manoharan1-4/+0
2013-06-12ath9k: Disable PowerSave by defaultSujith Manoharan1-2/+1
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg1-7/+10
2013-06-03ath9k: Enable WoW only for AR9462Sujith Manoharan1-4/+0
2013-06-03ath9k: advertise support for active monitor interfacesFelix Fietkau1-0/+2
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-9/+11
2013-05-30ath9k: check for Rx-STBC flag and pass it to ieee80211Oleksij Rempel1-2/+8
2013-05-22ath9k: Remove MAC_DEBUGSujith Manoharan1-3/+0
2013-05-17ath9k: Fix crash on module unloadSujith Manoharan1-6/+4
2013-04-23ath9k: add support for the new rate control APIFelix Fietkau1-1/+2
2013-04-22ath9k: change DFS logging to use ath_dbg()Zefir Kurtisi1-1/+1
2013-04-08ath9k: add support for DFS master modeZefir Kurtisi1-0/+4
2013-04-08ath9k: add interface combinations for DFS masterZefir Kurtisi1-8/+24
2013-02-01ath9k: Only remove spectral scan relay file when it was createdSven Eckelmann1-1/+1
2013-01-31ath9k: add debug parameters for spectral scanSimon Wunderlich1-0/+7
2013-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-6/+3
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-6/+3
2013-01-09ath9k: add spectral scan featureSimon Wunderlich1-0/+6
2013-01-08ath9k_hw: use the devres API for allocationsFelix Fietkau1-0/+1
2013-01-08ath9k: use the devres API for allocations/mappingsFelix Fietkau1-70/+30