aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+2
2012-06-26ath9k_htc: Fix IDLE power saveSujith Manoharan1-30/+20
2012-06-26ath9k_htc: Use atomic operations for op_flagsSujith Manoharan1-14/+14
2012-06-20ath9k_htc: configure bssid on ASSOC/IBSS changeRajkumar Manoharan1-3/+2
2012-03-15ath9k_hw: remove ath9k_hw_htc_resetinitFelix Fietkau1-1/+0
2012-02-27ath9k_htc: Start/stop btcoex using a helperSujith Manoharan1-12/+3
2012-01-24ath9k_htc: claim support for IBSS RSNAntonio Quartulli1-0/+15
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau1-2/+3
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-44/+39
2011-12-07ath9k: use config.enable_ani to check if ani should be performedNikolay Martynov1-2/+3
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-3/+6
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau1-2/+1
2011-08-29ath9k: Fix a smatch warningsLarry Finger1-0/+1
2011-08-26ath9k_htc: Add get_stats call backMohammed Shafi Shajakhan1-0/+17
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan1-2/+7
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-19ath9k_htc: Fix max subframe handlingSujith Manoharan1-1/+1
2011-05-19ath9k_htc: Fix BSSID calculationSujith Manoharan1-23/+43
2011-05-19ath9k_htc: Recalculate the BSSID mask on interfaceSujith Manoharan1-0/+2
2011-05-19ath9k_htc: Fix station flagsSujith Manoharan1-3/+0
2011-05-19ath9k_htc: Fix mode selectionSujith Manoharan1-1/+3
2011-04-29ath9k_htc: Revamp LED managementSujith Manoharan1-2/+4
2011-04-28ath9k_htc: Add set_bitrate_mask() callbackSujith Manoharan1-0/+50
2011-04-25ath9k_htc: Use power save wrappers when accessing HWSujith Manoharan1-0/+2
2011-04-25ath9k_htc: Fix max A-MPDU size handlingSujith Manoharan1-1/+10
2011-04-25ath9k_htc: Fix AMPDU subframe handlingSujith Manoharan1-9/+6
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-1/+10
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan1-0/+12
2011-04-13ath9k_htc: Drain packets on station removalSujith Manoharan1-0/+3
2011-04-13ath9k_htc: Drain pending TX frames properlySujith Manoharan1-6/+9
2011-04-13ath9k_htc: Add TX slotsSujith Manoharan1-3/+11
2011-04-13ath9k_htc: Fix TX queue managementSujith Manoharan1-13/+8
2011-04-13ath9k_htc: Move TX specific stuff to a separate structureSujith Manoharan1-11/+11
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_vif with FWSujith Manoharan1-4/+4
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_sta with FWSujith Manoharan1-4/+2
2011-04-13ath9k_htc: Move debug code to a separate fileSujith Manoharan1-212/+0
2011-04-13ath9k_htc: Queue WMI eventsSujith Manoharan1-1/+6
2011-04-13ath9k_htc: Handle buffered frames in AP modeSujith Manoharan1-1/+4
2011-04-13ath9k_htc: Add TSF adjust capabilitySujith Manoharan1-1/+4
2011-04-13ath9k_htc: Add beacon slotsSujith Manoharan1-2/+10
2011-03-01ath9k_htc: Handle BSSID/AID for multiple interfacesSujith Manoharan1-14/+28
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-4/+3
2011-02-23ath9k_htc: Configure beacon timers in AP modeSujith Manoharan1-7/+38
2011-02-23ath9k_htc: Add ANI for AP modeSujith Manoharan1-13/+36
2011-02-23ath9k_htc: Calculate and set the HW opmodeSujith Manoharan1-1/+14
2011-02-23ath9k_htc: Allow AP interface to be createdSujith Manoharan1-0/+11
2011-02-23ath9k_htc: Maintain individual counters for interfacesSujith Manoharan1-2/+12
2011-02-23ath9k_htc: Protect ampdu_action with a mutexSujith Manoharan1-0/+4
2011-02-23ath9k_htc: Set the BSSID mask for multiple interfacesSujith Manoharan1-0/+35