index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
ath9k: Add a debug entry to start/stop ANI
Mohammed Shafi Shajakhan
1
-9
/
+24
2011-06-01
ath9k: wake up chip before initializing PAPRD table
Mohammed Shafi Shajakhan
1
-3
/
+4
2011-06-01
ath9k: Handle IBSS status changes in BSS_CHANGED_IBSS
Rajkumar Manoharan
1
-41
/
+44
2011-06-01
ath9k: mark few functions as static
Mohammed Shafi Shajakhan
1
-3
/
+3
2011-06-01
ath9k: make ath9k_setpower function as static
Mohammed Shafi Shajakhan
1
-1
/
+1
2011-06-01
ath9k: unify edma and non-edma tx code, improve tx fifo handling
Felix Fietkau
1
-2
/
+0
2011-06-01
ath9k: remove redundant if check
Mohammed Shafi Shajakhan
1
-17
/
+12
2011-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....
John W. Linville
1
-1
/
+3
2011-05-26
ath9k: Reset chip on baseband hang
Rajkumar Manoharan
1
-1
/
+3
2011-05-25
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...
John W. Linville
1
-1
/
+41
2011-05-19
ath9k: implement .tx_last_beacon()
Felix Fietkau
1
-0
/
+40
2011-05-19
ath9k: Drag the driver to the year 2011
Sujith Manoharan
1
-1
/
+1
2011-05-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+8
2011-05-16
ath9k: make npending frames check as bool
Mohammed Shafi Shajakhan
1
-2
/
+5
2011-05-11
ath9k: fix a regression in PS frame filter handling
Felix Fietkau
1
-0
/
+5
2011-05-11
ath9k: fix beaconing for mesh interfaces
Javier Cardona
1
-1
/
+3
2011-05-10
ath9k: Failed to set default beacon rssi in AP/IBSS mode
Rajkumar Manoharan
1
-0
/
+1
2011-05-10
ath9k: process TSF out of range before RX
Rajkumar Manoharan
1
-11
/
+11
2011-05-10
ath9k: avoid enabling interrupts while processing rx
Rajkumar Manoharan
1
-1
/
+2
2011-05-10
ath9k: Fix a warning due to a queued work during S3 state
Mohammed Shafi Shajakhan
1
-0
/
+8
2011-05-05
ath9k_hw: remove aggregation protection mode
Mohammed Shafi Shajakhan
1
-3
/
+0
2011-05-05
ath9k: Fix drain txq failure in flush
Rajkumar Manoharan
1
-1
/
+5
2011-04-26
ath9k: set beacon related ps flags on bss_info change
Rajkumar Manoharan
1
-0
/
+6
2011-04-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+10
2011-04-25
ath9k: Add power save wrappers and modularize hw_pll handler
Senthil Balasubramanian
1
-10
/
+24
2011-04-25
ath9k: cleanup hw pll work handler
Senthil Balasubramanian
1
-0
/
+23
2011-04-25
ath9k: optimize the usage of power save wrappers.
Senthil Balasubramanian
1
-4
/
+2
2011-04-19
ath9k: assign keycache slots to unencrypted stations
Felix Fietkau
1
-0
/
+22
2011-04-19
ath9k: fix powersave frame filtering/buffering in AP mode
Felix Fietkau
1
-0
/
+22
2011-04-13
ath9k: Fix kernel panic on module unload
Rajkumar Manoharan
1
-0
/
+3
2011-04-13
ath9k: Implement dev_tx_frames_pending callback.
Vivek Natarajan
1
-0
/
+16
2011-04-08
ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore calls
Felix Fietkau
1
-2
/
+10
2011-04-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+4
2011-04-07
ath9k: configure beacons based on hw opmode
Rajkumar Manoharan
1
-58
/
+26
2011-04-07
ath9k: Handle BSSID/AID for multiple interfaces
Rajkumar Manoharan
1
-9
/
+61
2011-04-07
ath9k: Cleanup ath_vif struct
Rajkumar Manoharan
1
-6
/
+0
2011-04-07
ath9k: deny new interface addtion on IBSS mode
Rajkumar Manoharan
1
-2
/
+3
2011-03-30
ath9k: Support RSN IBSS
Jouni Malinen
1
-0
/
+14
2011-03-28
ath9k: fix a chip wakeup related crash in ath9k_start
Felix Fietkau
1
-0
/
+4
2011-03-23
ath9k: Fix TX queue stuck issue.
Senthil Balasubramanian
1
-0
/
+2
2011-03-14
ath9k: fix the .flush driver op implementation
Felix Fietkau
1
-35
/
+21
2011-02-28
ath9k: use generic mac80211 LED blinking code
Felix Fietkau
1
-3
/
+0
2011-02-25
ath9k: Fix compilation warning.
Vivek Natarajan
1
-1
/
+1
2011-02-25
ath9k: Cancel pll_work while disabling radio.
Vivek Natarajan
1
-0
/
+4
2011-02-25
mac80211: make tx() operation return void
Johannes Berg
1
-4
/
+2
2011-02-21
ath9k: Implement op_flush()
Vasanthakumar Thiagarajan
1
-0
/
+71
2011-02-19
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
1
-10
/
+0
2011-02-15
ath9k: Fix ath9k prevents CPU to enter C3 states
Mohammed Shafi Shajakhan
1
-8
/
+0
2011-02-14
ath9k: disable beaconing before stopping beacon queue
Rajkumar Manoharan
1
-21
/
+14
2011-02-10
ath9k: Remove redundant beacon_interval
Steve Brown
1
-1
/
+2
[prev]
[next]