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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: move bt_stomp_type to driver core
Luis R. Rodriguez
2009-10-07
1
-3
/
+4
*
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
Luis R. Rodriguez
2009-10-07
1
-2
/
+2
*
ath9k: move driver core helpers to main.c
Luis R. Rodriguez
2009-10-07
1
-6
/
+209
*
ath9k: move hw specific btcoex info to ath_hw
Luis R. Rodriguez
2009-10-07
1
-32
/
+38
*
ath9k: move btcoex core driver info to its own struct
Luis R. Rodriguez
2009-10-07
1
-2
/
+2
*
ath9k: use ath_hw for DPRINTF() and debug init/exit
Luis R. Rodriguez
2009-10-07
1
-72
/
+76
*
ath9k: Fix RFKILL bugs
Sujith
2009-09-23
1
-7
/
+1
*
ath9k: Revamp PCIE workarounds
Vivek Natarajan
2009-09-23
1
-4
/
+4
*
ath9k: Store subsystem id in struct hw_version
Vasanthakumar Thiagarajan
2009-09-09
1
-3
/
+4
*
ath9k: Disable ASPM when btcoex is active
Vasanthakumar Thiagarajan
2009-09-09
1
-0
/
+1
*
ath9k: Fix channelFlags for 2GHZ
Sujith
2009-09-08
1
-1
/
+1
*
ath9k: Fix RX Filter handling for BAR
Sujith
2009-09-08
1
-1
/
+1
*
ath9k: Reconfigure beacon timers after the scan is completed.
Vivek Natarajan
2009-09-02
1
-0
/
+1
*
ath9k: Move generic hw timer intr handler to bottom-half
Vasanthakumar Thiagarajan
2009-09-01
1
-5
/
+6
*
ath9k: Add Bluetooth Coexistence 3-wire support
Vasanthakumar Thiagarajan
2009-08-28
1
-7
/
+27
*
ath9k: Remove hw capability bit meant for btcoex
Vasanthakumar Thiagarajan
2009-08-28
1
-5
/
+3
*
ath9k: Determine btcoex scheme type based on chip version
Vasanthakumar Thiagarajan
2009-08-28
1
-1
/
+3
*
ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces
Vasanthakumar Thiagarajan
2009-08-28
1
-2
/
+9
*
ath9k: Fix chainmask selection during scanning
Sujith
2009-08-28
1
-1
/
+6
*
ath9k: Nuke struct ath9k_node_stats
Vasanthakumar Thiagarajan
2009-08-20
1
-6
/
+3
*
ath: move regulatory info into shared common structure
Luis R. Rodriguez
2009-08-20
1
-3
/
+3
*
ath9k: Fix TX poll cancelling
Sujith
2009-08-20
1
-4
/
+3
*
mac80211: allow configure_filter callback to sleep
Johannes Berg
2009-08-20
1
-2
/
+1
*
ath9k: Enable LEDs for AR9287 chipsets.
Vivek Natarajan
2009-08-20
1
-11
/
+16
*
ath9k: Set HW state properly
Sujith
2009-08-14
1
-0
/
+1
*
ath9k: Remove has_hw_phycounters
Sujith
2009-08-14
1
-2
/
+1
*
ath: add common ath_rxbuf_alloc() and make ath9k use it
Luis R. Rodriguez
2009-08-14
1
-1
/
+1
*
ath9k: Fix regression on receiving PS poll frames
Luis R. Rodriguez
2009-08-14
1
-0
/
+1
*
ath9k: cancel xmit poll work at stop() callback
Luis R. Rodriguez
2009-08-04
1
-0
/
+2
*
ath9k: remove dangling error check on keycache reset on hw init
Luis R. Rodriguez
2009-08-04
1
-3
/
+0
*
ath9k: call ath9k_hw_detach() once upon hw init failure
Luis R. Rodriguez
2009-08-04
1
-2
/
+1
*
ath9k: set sc->sc_ah to NULL after freeing it
Luis R. Rodriguez
2009-08-04
1
-0
/
+3
*
ath9k: distinguish between device initialization and ath_softc init
Luis R. Rodriguez
2009-08-04
1
-3
/
+10
*
ath9k: describe hw initialization better
Luis R. Rodriguez
2009-08-04
1
-2
/
+2
*
ath9k: remove debug message for no memoery on ath_init()
Luis R. Rodriguez
2009-08-04
1
-2
/
+0
*
ath9k: pass only one argument to hw attach
Luis R. Rodriguez
2009-08-04
1
-1
/
+1
*
ath9k: move cache setting of softc ah prior to attach
Luis R. Rodriguez
2009-08-04
1
-1
/
+1
*
ath9k: move devid cache setting to ath_init()
Luis R. Rodriguez
2009-08-04
1
-1
/
+2
*
ath9k: move memory allocation of ath_hw to ath_init()
Luis R. Rodriguez
2009-08-04
1
-12
/
+23
*
ath9k: propagate hw initialization errors
Luis R. Rodriguez
2009-08-04
1
-4
/
+3
*
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
2009-08-04
1
-7
/
+8
*
ath9k: move workqueue cancels to stop callback
Luis R. Rodriguez
2009-08-04
1
-5
/
+8
*
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
Luis R. Rodriguez
2009-08-04
1
-2
/
+4
*
ath9k: re-order cancelling of work on mac80211 workqueue
Luis R. Rodriguez
2009-08-04
1
-2
/
+2
*
ath9k: remove unused ATH_PCI_VERSION
Luis R. Rodriguez
2009-07-29
1
-2
/
+0
*
ath9k: fix race with IEEE80211_CONF_PS checks
Gabor Juhos
2009-07-29
1
-4
/
+4
*
ath9k: Add support for AR9287 based chipsets.
Vivek Natarajan
2009-07-27
1
-1
/
+2
*
ath9k: Cleanup return values
Sujith
2009-07-27
1
-11
/
+3
*
ath9k: Remove redundant HT macros
Sujith
2009-07-27
1
-5
/
+3
*
ath9k: do not stop the queues in driver stop
Luis R. Rodriguez
2009-07-24
1
-2
/
+0
[next]