Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
648695c74811f09a8ad80d7c3be72b8169589a64
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
main.c
81c4126
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
872b5d8
ath9k: do not access hardware on IRQs during reset
by Felix Fietkau
· 10 years ago
ef739ab
ath9k: set ATH_OP_INVALID before disabling hardware
by Felix Fietkau
· 10 years ago
9a638dd
Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
ab1f5a5
Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
a344d67
mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
by Johannes Berg
· 10 years ago
2c3634a
ath9k: Handle failure to send NoA
by Sujith Manoharan
· 10 years ago
6185672
ath9k: Cancel pending offchannel operations
by Sujith Manoharan
· 10 years ago
aeeb206
ath9k: Fix LED configuration
by Sujith Manoharan
· 10 years ago
e6510b1
ath9k|ath9k_htc: Seperate the software crypto flag for Tx and Rx
by Chun-Yeow Yeoh
· 10 years ago
4b870c2
ath9k: fix the assignment of hw queues for mesh interface
by Chun-Yeow Yeoh
· 10 years ago
daad166
ath9k: fix regression in bssidmask calculation
by Ben Greear
· 10 years ago
f00a422
ath9k: move ath9k_spectral_scan_ from main.c to spectral.c
by Oleksij Rempel
· 10 years ago
963916d
ath9k: make ath9k_spectral_scan_ do not depend on ath_softc
by Oleksij Rempel
· 10 years ago
ef948da
ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_
by Oleksij Rempel
· 10 years ago
934bdc7
ath9k: use ath_ps_ops in ath9k_spectral_scan_
by Oleksij Rempel
· 10 years ago
21af25d
ath9k: move spec_config to ath_spec_scan_priv
by Oleksij Rempel
· 10 years ago
8391f60
ath9k: move spectral_mode to ath_spec_scan_priv
by Oleksij Rempel
· 10 years ago
d385c5c
ath9k: add support for reporting tx power to mac80211
by Felix Fietkau
· 10 years ago
3b580144
ath9k: fix processing RXORN interrupts
by Felix Fietkau
· 10 years ago
1e929d3
ath9k: Do not start BA when scanning
by Sujith Manoharan
· 10 years ago
25f3bc7
ath9k: Improve flush() in mcc mode
by Sujith Manoharan
· 10 years ago
23aab0c
ath9k: Fix HW scan abort
by Sujith Manoharan
· 10 years ago
c6500ea
ath9k: Check for active GO in mgd_prepare_tx()
by Sujith Manoharan
· 10 years ago
62ae1ae
ath9k: Fix address management
by Sujith Manoharan
· 10 years ago
91e6ceb
ath9k: Send AUTHORIZED event only for station mode
by Sujith Manoharan
· 10 years ago
e2d389b
ath9k: Check for pending frames properly
by Sujith Manoharan
· 10 years ago
2fae0d9
ath9k: Use configurable timeout for flush
by Sujith Manoharan
· 10 years ago
eaf04a6
ath9k: Disable beacon tasklet during reset
by Sujith Manoharan
· 10 years ago
ae2ff23
ath9k: Set ATH_OP_HW_RESET before HW reset
by Sujith Manoharan
· 10 years ago
5555c95
ath9k: Unify reset API
by Sujith Manoharan
· 10 years ago
b8f9279
ath9k: Enable multi-channel properly
by Sujith Manoharan
· 10 years ago
df3c6eb
ath9k: Use sta_state() callback
by Sujith Manoharan
· 10 years ago
868caae
ath9k: Enable HW queue control only for MCC
by Sujith Manoharan
· 10 years ago
b18111d
ath9k: Fix crash in MCC mode
by Sujith Manoharan
· 10 years ago
d7ffd58
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
5ba8d9d
ath9k: Fix queue handling for channel contexts
by Sujith Manoharan
· 10 years ago
b390315
ath9k: Pass context to ath9k_chanctx_wake_queues()
by Sujith Manoharan
· 10 years ago
4f82eec
ath9k: Fix queue handling in flush()
by Sujith Manoharan
· 10 years ago
60913f4
ath9k: Remove duplicate code
by Sujith Manoharan
· 10 years ago
fc1314c
ath9k: Fix pending frame check
by Sujith Manoharan
· 10 years ago
b736728
ath9k: Check pending frames properly
by Sujith Manoharan
· 10 years ago
2ce73c0
ath9k: Fix p2p address management
by Sujith Manoharan
· 10 years ago
cb35582
ath9k: Cache BSS information
by Sujith Manoharan
· 10 years ago
2ba7d14
ath9k: Fix NULL pointer dereference on early irq
by Wojciech Dubowik
· 10 years ago
44b47a7
ath9k: initialize ath_node linked list
by Lorenzo Bianconi
· 10 years ago
24a1936
ath9k: enable dynack using set_coverage_class codepath
by Lorenzo Bianconi
· 10 years ago
1030f9f
ath9k: Fix primary station configuration
by Sujith Manoharan
· 10 years ago
af87dd3
ath9k: Remove useless opmode check
by Sujith Manoharan
· 10 years ago
4ee26de
ath9k: Set offchannel state properly
by Sujith Manoharan
· 10 years ago
6bd2bd2
Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
a402764
ath9k: Use a subroutine to assign HW queues
by Sujith Manoharan
· 10 years ago
ca529c9
ath9k: Fix interface accounting
by Sujith Manoharan
· 10 years ago
fce3443
ath9k: Fix RX filters in channel contexts
by Sujith Manoharan
· 10 years ago
19ec477
ath9k: Fix ath_startrecv()
by Sujith Manoharan
· 10 years ago
9019f64
ath9k: Fix RX filter calculation
by Sujith Manoharan
· 10 years ago
9bf30ff9
ath9k: Fix panic when adding an AP interface
by Sujith Manoharan
· 10 years ago
602607b
ath9k: Fix beacons for managed mode
by Sujith Manoharan
· 10 years ago
a4bcaf5
mac80211: extend set_coverage_class signature
by Lorenzo Bianconi
· 10 years ago
878066e
ath9k: Add more debug statements for channel context
by Sujith Manoharan
· 10 years ago
9ea3598
ath9k: Disable fastcc for channel context mode
by Sujith Manoharan
· 10 years ago
4c7e9ae
ath9k: Fix channel context creation
by Sujith Manoharan
· 10 years ago
7784316
ath9k: Fix 'offchannel' in ath_softc
by Sujith Manoharan
· 10 years ago
4b93fd2
ath9k: Fix function argument type
by Sujith Manoharan
· 10 years ago
0e08b5f
ath9k: Add ath9k_chanctx_wake_queues
by Sujith Manoharan
· 10 years ago
27babf9
ath9k: Fix channel context events
by Sujith Manoharan
· 10 years ago
e20a854
ath9k: Cleanup mgd_prepare_tx callback
by Sujith Manoharan
· 10 years ago
ea22df2
ath9k: Add a routine to tear down channel contexts
by Sujith Manoharan
· 10 years ago
499afac
ath9k: Isolate ath9k_use_chanctx module parameter
by Sujith Manoharan
· 10 years ago
c7dd40c
ath9k: Isolate P2P powersave routines
by Sujith Manoharan
· 10 years ago
2471adf
ath9k: Move P2P functions to channel.c
by Sujith Manoharan
· 10 years ago
bc81d43
ath9k: Add debug information
by Sujith Manoharan
· 10 years ago
dfcbb3e
ath9k: Move channel operations to channel.c
by Sujith Manoharan
· 10 years ago
9198cf4
ath9k: Cache beacon config after association
by Rajkumar Manoharan
· 10 years ago
855df36
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
d6067f0
ath9k: Fix build error in ath_reset_internal
by Rajkumar Manoharan
· 10 years ago
3ad9c38
ath9k: use separate HW queue for each channel context
by Rajkumar Manoharan
· 10 years ago
42eda11
ath9k: Add recovery mechanism for hw TSF timer
by Felix Fietkau
· 10 years ago
73fa2f2
ath9k: Add multi-channel scheduling support
by Felix Fietkau
· 10 years ago
6036c28
ath9k: Implement mgd_prepare_tx
by Felix Fietkau
· 10 years ago
ea6ff2d
ath9k: Store current offchannel duration
by Rajkumar Manoharan
· 10 years ago
748299f
ath9k: switch channel context for beaconing
by Felix Fietkau
· 10 years ago
9a9c4fb
ath9k: Summarize hw state per channel context
by Rajkumar Manoharan
· 10 years ago
8d7e09d
ath9k: save tsf in channel context
by Felix Fietkau
· 10 years ago
b01459e
ath9k: Move caldata into channel context
by Felix Fietkau
· 10 years ago
c4dc0d0
ath9k: Fetch appropriate operating channel context
by Rajkumar Manoharan
· 10 years ago
3930563
ath9k: Implement channel context ops
by Felix Fietkau
· 10 years ago
405393c
ath9k: Implement remain-on-channal support
by Felix Fietkau
· 10 years ago
78b2194
ath9k: Implement hw_scan support
by Felix Fietkau
· 10 years ago
c083ce9
ath9k: send powersave frame on channel switch
by Felix Fietkau
· 10 years ago
bff1176
ath9k: Add channel context worker thread
by Felix Fietkau
· 10 years ago
0453531
ath9k: Move acq to channel context
by Felix Fietkau
· 10 years ago
bc7e1be
ath9k: Move txpower limit to channel context
by Felix Fietkau
· 10 years ago
fbbcd14
ath9k: Add channel context structure
by Felix Fietkau
· 10 years ago
8f1e5d3
Merge branch 'for-linville' of git://github.com/kvalo/ath
by John W. Linville
· 10 years ago
60ccc10
ath9k: Fix deadlock while updating p2p beacon timer
by Rajkumar Manoharan
· 10 years ago
aecdc89
ath9k/ath10k: remove unnecessary channel_switch_beacon callbacks
by Luciano Coelho
· 10 years ago
4bbf441
ath9k: Handle multiple keys while setting tx filters
by Rajkumar Manoharan
· 10 years ago
08232bf
ath9k_hw: Abort transmission for sleeping station
by Rajkumar Manoharan
· 10 years ago
f659544
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
Next »