Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8ad71bef4a9d8173cbcfbb2f796b08d33d4ca01b
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn-tx.c
8ad71be
iwlagn: move tx queues to transport layer
by Emmanuel Grumbach
· 13 years ago
e20d4341
iwlagn: move the stop / wake queue logic to transport layer
by Emmanuel Grumbach
· 13 years ago
7f01d56
iwlagn: move the disable agg logic to transport layer
by Emmanuel Grumbach
· 13 years ago
464021f
iwlagn: move the check_empty logic to the transport layer
by Emmanuel Grumbach
· 13 years ago
288712a
iwlagn: allocate resources for TX BA session in transport
by Emmanuel Grumbach
· 13 years ago
e13c0c5
iwlagn: move the mapping ac to queue / fifo to transport
by Emmanuel Grumbach
· 13 years ago
dfa2bdb
iwlagn: upper layer uses slabs to allocate tx cmds
by Emmanuel Grumbach
· 13 years ago
ba562f7
iwlagn: set tx_fifo for ampdu in transport layer
by Emmanuel Grumbach
· 13 years ago
2c45229
iwlagn: upper layer stores iwl_rxon_context in skb's CB
by Emmanuel Grumbach
· 13 years ago
fd65693
iwlagn: remove dereferences of priv from transport
by Emmanuel Grumbach
· 13 years ago
5f85a78
iwlagn: iwl_tid_data moves to iwl-shared
by Emmanuel Grumbach
· 13 years ago
845a9c0
iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
by Emmanuel Grumbach
· 13 years ago
04e1cab
iwlagn: move reclaim related functions
by Emmanuel Grumbach
· 13 years ago
a0eaad7
iwlagn: reclaim the packets in transport layer
by Emmanuel Grumbach
· 13 years ago
e6bb4c9
iwlagn: bus layer chooses its transport layer
by Emmanuel Grumbach
· 13 years ago
f39c95e
iwlagn: priv->sta_lock moves to iwl_shared
by Emmanuel Grumbach
· 13 years ago
10b15e6
iwlagn: priv->lock moves to iwl_shared
by Emmanuel Grumbach
· 13 years ago
d618912
iwlagn: hw_params moves to iwl_shared
by Emmanuel Grumbach
· 13 years ago
c6baf7f
iwlagn: support new P2P implementation
by Johannes Berg
· 13 years ago
c10e2c1
iwlagn: testmode fixed rate available for testmode only
by Wey-Yi Guy
· 14 years ago
41c5054
iwlagn: transport layer receives struct iwl_trans*
by Emmanuel Grumbach
· 14 years ago
48d42c4
iwlagn: SCD configuration for AMPDU moves to transport layer
by Emmanuel Grumbach
· 14 years ago
b3c2ce1
iwlagn: add tx start API to transport layer
by Emmanuel Grumbach
· 14 years ago
2c2def1
iwlagn: simplify TX flags assignments
by Johannes Berg
· 14 years ago
47c1b49
iwlagn: move Tx datapath to transport layer
by Emmanuel Grumbach
· 14 years ago
5c3d29f
iwlagn: remove iwlagn_hcmd_utils structure and call directly
by Don Fry
· 14 years ago
4e30811
iwlagn: separate and enhance the fixed rate from
by Wey-Yi Guy
· 14 years ago
06f491e
iwlagn: remove code duplication
by Emmanuel Grumbach
· 14 years ago
c170b86
iwlagn: add an API for TX stop
by Emmanuel Grumbach
· 14 years ago
1359ca4
iwlagn: add an API to free the TX context
by Emmanuel Grumbach
· 14 years ago
523b02e
mac80211: fix TKIP races, make API easier to use
by Johannes Berg
· 14 years ago
02aca58
iwlagn: move the tx allocation funcs to the transport layer
by Emmanuel Grumbach
· 14 years ago
795414d
iwlagn: don't use the PCI wrappers for DMA operation
by Emmanuel Grumbach
· 14 years ago
3599d39
iwlagn: add get_dev to iwl_bus_ops
by Emmanuel Grumbach
· 14 years ago
5bc9890
iwlagn: change log to better represent the state of aggregation process
by Wey-Yi Guy
· 14 years ago
2e5d04d
iwlwifi: disambiguate invalid DMA index warnings
by Daniel Halperin
· 14 years ago
31ec97d
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
e00cf3b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
4c42db0
iwlagn: remove unused pad argument
by Johannes Berg
· 14 years ago
214d14d
iwlagn: clean up TXQ indirection
by Johannes Berg
· 14 years ago
2c46f72
iwlagn: check DMA mapping errors
by Johannes Berg
· 14 years ago
94b0065
iwlagn: remove bytecount indirection
by Johannes Berg
· 14 years ago
ccb6c1c
iwlagn: dont update bytecount table for command queue
by Johannes Berg
· 14 years ago
7143b7d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
bfd3610
iwlagn: fix "Received BA when not expected"
by Stanislaw Gruszka
· 14 years ago
429576b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b250269
iwlwifi: fix skb usage after free
by Stanislaw Gruszka
· 14 years ago
901069c
iwlagn: change Copyright to 2011
by Wey-Yi Guy
· 14 years ago
d0eb633
iwlwifi: cleanup and bugfix tx aggregation code
by Daniel Halperin
· 14 years ago
c8823ec
iwlagn: fix aggregation queue scheduler setup
by Johannes Berg
· 14 years ago
7ffef13
iwlagn: clean up TX aggregation code
by Johannes Berg
· 14 years ago
387f338
iwlwifi: fix dma mappings and skbs leak
by Stanislaw Gruszka
· 14 years ago
9b9190d
iwlwifi: implement remain-on-channel
by Johannes Berg
· 14 years ago
9decde9
iwlagn: fix debug variable access
by Johannes Berg
· 14 years ago
0c4ac34
iwlwifi: use mac80211 AC defines
by Johannes Berg
· 14 years ago
2e34034
iwlagn: fix station powersave accounting for aggregation
by Johannes Berg
· 14 years ago
67158b6
iwlagn: remove powersave warning
by Johannes Berg
· 14 years ago
840fd8f
Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6
by John W. Linville
· 14 years ago
70f3876
iwlagn: simplify iwlagn_tx_skb
by Stanislaw Gruszka
· 14 years ago
ea9b307
iwlwifi: always build swq_id as virtual queue ID
by Johannes Berg
· 14 years ago
549a04e
iwlwifi: pass txq to wake/stop queue
by Johannes Berg
· 14 years ago
8d56396
iwlagn: remove unused variable swq_id
by Johannes Berg
· 14 years ago
8829c9e
iwlagn: used frame count info in compressed ba packet
by Wey-Yi Guy
· 14 years ago
822395b
iwlwifi: quiet a noisy printk
by Don Fry
· 14 years ago
69fdb71
iwlwifi: move tx fail code to agn
by Johannes Berg
· 14 years ago
7cb1b08
iwlagn: reduce redundant parameter definitions
by Wey-Yi Guy
· 14 years ago
e72f368
iwlagn: queue frames according to context
by Johannes Berg
· 14 years ago
8bd413e
iwlwifi: move virtual interface pointer into context
by Johannes Berg
· 14 years ago
c90cbbb
iwlwifi: add context into tx descriptor
by Johannes Berg
· 14 years ago
a194e32
iwlwifi: contextify broadcast station
by Johannes Berg
· 14 years ago
13bb948
iwlwifi: prepare for PAN queue/fifo assignment
by Johannes Berg
· 14 years ago
18c121d
iwlwifi: disable aggregation queue if stopped early
by Johannes Berg
· 14 years ago
bee008b
iwlwifi: add bt full concurrency support
by Wey-Yi Guy
· 14 years ago
d44ae69
iwlagn: set BT IGNORE for some frames
by Johannes Berg
· 14 years ago
97359d1
mac80211: use cipher suite selectors
by Johannes Berg
· 14 years ago
94597ab
iwlagn: fix rts cts protection
by Johannes Berg
· 14 years ago
a24d52f
iwlwifi: fix locking assertions
by Johannes Berg
· 14 years ago
735df29
iwlwifi: BA scd_flow not match condition detected
by Wey-Yi Guy
· 14 years ago
9726f34
iwlagn: fix the bit mask of a FH register in stop Tx DMA flow
by Emmanuel Grumbach
· 15 years ago
4620fef
iwlagn: use mutex for aggregation
by Johannes Berg
· 15 years ago
abf52f8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
b561e82
iwlagn: verify flow id in compressed BA packet
by Shanyu Zhao
· 15 years ago
6db6340
iwlwifi: add missing rcu_read_lock
by Johannes Berg
· 15 years ago
02cd8de
iwlwifi: parse block ack responses correctly
by Daniel Halperin
· 15 years ago
0e1654f
iwlwifi: generic scan TX antenna forcing
by Johannes Berg
· 15 years ago
ff0d91c
iwlwifi: reduce memory allocation
by Johannes Berg
· 15 years ago
2e72444
iwlwifi: use the DMA state API instead of the pci equivalents
by FUJITA Tomonori
· 15 years ago
095dfdb
mac80211: remove tx status ampdu_ack_map
by Johannes Berg
· 15 years ago
9c5ac09
iwlwifi: fix and add missing sta_lock usage
by Reinette Chatre
· 15 years ago
0af8bca
iwlwifi: introduce iwl_sta_id_or_broadcast
by Johannes Berg
· 15 years ago
619753f
iwlagn: use iwl_sta_id() for aggregation
by Johannes Berg
· 15 years ago
2a87c26
iwlwifi: use iwl_find_station less
by Johannes Berg
· 15 years ago
832f47e
iwlagn: use virtual interface in TX aggregation handling
by Johannes Berg
· 15 years ago
e3a3cd8
iwlwifi: set AMPDU status variables correctly
by Daniel Halperin
· 15 years ago
c2845d0
iwlwifi: set correct AC to swq_id for aggregation
by Shanyu Zhao
· 15 years ago
f4388ad
iwlwifi: more code clean up for agn devices
by Wey-Yi Guy
· 15 years ago
470058e
iwlwifi: avoid Tx queue memory allocation in interface down
by Zhu Yi
· 15 years ago
91dd6c2
iwlwifi: remove trailing space in messages
by Frans Pop
· 15 years ago
b744cb7
iwlwifi: code cleanup for generic defines
by Wey-Yi Guy
· 15 years ago
Next »