index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
htc_drv_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k_hw: remove ath9k_hw_htc_resetinit
Felix Fietkau
2012-03-15
1
-1
/
+0
*
ath9k_htc: Start/stop btcoex using a helper
Sujith Manoharan
2012-02-27
1
-12
/
+3
*
ath9k_htc: claim support for IBSS RSN
Antonio Quartulli
2012-01-24
1
-0
/
+15
*
ath9k_hw: make bluetooth coexistence support optional at compile time
Felix Fietkau
2011-12-19
1
-2
/
+3
*
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
Joe Perches
2011-12-19
1
-44
/
+39
*
ath9k: use config.enable_ani to check if ani should be performed
Nikolay Martynov
2011-12-07
1
-2
/
+3
*
mac80211: pass vif param to conf_tx() callback
Eliad Peller
2011-10-03
1
-1
/
+2
*
mac80211: add ieee80211_vif param to tsf functions
Eliad Peller
2011-09-27
1
-3
/
+6
*
ath9k: eliminate common->{rx,tx}_chainmask
Felix Fietkau
2011-09-14
1
-2
/
+1
*
ath9k: Fix a smatch warnings
Larry Finger
2011-08-29
1
-0
/
+1
*
ath9k_htc: Add get_stats call back
Mohammed Shafi Shajakhan
2011-08-26
1
-0
/
+17
*
ath9k_htc: do not configure filter before driver is started
Rajkumar Manoharan
2011-07-08
1
-2
/
+7
*
ath9k: Drag the driver to the year 2011
Sujith Manoharan
2011-05-19
1
-1
/
+1
*
ath9k_htc: Fix max subframe handling
Sujith Manoharan
2011-05-19
1
-1
/
+1
*
ath9k_htc: Fix BSSID calculation
Sujith Manoharan
2011-05-19
1
-23
/
+43
*
ath9k_htc: Recalculate the BSSID mask on interface
Sujith Manoharan
2011-05-19
1
-0
/
+2
*
ath9k_htc: Fix station flags
Sujith Manoharan
2011-05-19
1
-3
/
+0
*
ath9k_htc: Fix mode selection
Sujith Manoharan
2011-05-19
1
-1
/
+3
*
ath9k_htc: Revamp LED management
Sujith Manoharan
2011-04-29
1
-2
/
+4
*
ath9k_htc: Add set_bitrate_mask() callback
Sujith Manoharan
2011-04-28
1
-0
/
+50
*
ath9k_htc: Use power save wrappers when accessing HW
Sujith Manoharan
2011-04-25
1
-0
/
+2
*
ath9k_htc: Fix max A-MPDU size handling
Sujith Manoharan
2011-04-25
1
-1
/
+10
*
ath9k_htc: Fix AMPDU subframe handling
Sujith Manoharan
2011-04-25
1
-9
/
+6
*
ath9k: Fix warnings from -Wunused-but-set-variable
Sujith Manoharan
2011-04-25
1
-1
/
+10
*
ath9k_htc: Add a timer to cleanup WMI events
Sujith Manoharan
2011-04-13
1
-0
/
+12
*
ath9k_htc: Drain packets on station removal
Sujith Manoharan
2011-04-13
1
-0
/
+3
*
ath9k_htc: Drain pending TX frames properly
Sujith Manoharan
2011-04-13
1
-6
/
+9
*
ath9k_htc: Add TX slots
Sujith Manoharan
2011-04-13
1
-3
/
+11
*
ath9k_htc: Fix TX queue management
Sujith Manoharan
2011-04-13
1
-13
/
+8
*
ath9k_htc: Move TX specific stuff to a separate structure
Sujith Manoharan
2011-04-13
1
-11
/
+11
*
ath9k_htc: Sync struct ath9k_htc_target_vif with FW
Sujith Manoharan
2011-04-13
1
-4
/
+4
*
ath9k_htc: Sync struct ath9k_htc_target_sta with FW
Sujith Manoharan
2011-04-13
1
-4
/
+2
*
ath9k_htc: Move debug code to a separate file
Sujith Manoharan
2011-04-13
1
-212
/
+0
*
ath9k_htc: Queue WMI events
Sujith Manoharan
2011-04-13
1
-1
/
+6
*
ath9k_htc: Handle buffered frames in AP mode
Sujith Manoharan
2011-04-13
1
-1
/
+4
*
ath9k_htc: Add TSF adjust capability
Sujith Manoharan
2011-04-13
1
-1
/
+4
*
ath9k_htc: Add beacon slots
Sujith Manoharan
2011-04-13
1
-2
/
+10
*
ath9k_htc: Handle BSSID/AID for multiple interfaces
Sujith Manoharan
2011-03-01
1
-14
/
+28
*
mac80211: make tx() operation return void
Johannes Berg
2011-02-25
1
-4
/
+3
*
ath9k_htc: Configure beacon timers in AP mode
Sujith Manoharan
2011-02-23
1
-7
/
+38
*
ath9k_htc: Add ANI for AP mode
Sujith Manoharan
2011-02-23
1
-13
/
+36
*
ath9k_htc: Calculate and set the HW opmode
Sujith Manoharan
2011-02-23
1
-1
/
+14
*
ath9k_htc: Allow AP interface to be created
Sujith Manoharan
2011-02-23
1
-0
/
+11
*
ath9k_htc: Maintain individual counters for interfaces
Sujith Manoharan
2011-02-23
1
-2
/
+12
*
ath9k_htc: Protect ampdu_action with a mutex
Sujith Manoharan
2011-02-23
1
-0
/
+4
*
ath9k_htc: Set the BSSID mask for multiple interfaces
Sujith Manoharan
2011-02-23
1
-0
/
+35
*
ath9k_htc: Remove OP_ASSOCIATED variable
Sujith Manoharan
2011-02-23
1
-21
/
+35
*
ath9k_htc: Remove OP_PROTECT_ENABLE
Sujith Manoharan
2011-02-23
1
-10
/
+0
*
ath9k_htc: Remove OP_PREAMBLE_SHORT
Sujith Manoharan
2011-02-23
1
-9
/
+0
*
ath9k_htc: Fix error handling in add_interface
Sujith Manoharan
2011-02-23
1
-4
/
+6
[next]