Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
afaf6b5742f85bab46232faae97fdd1493061173
/
drivers
/
net
/
wireless
/
iwlwifi
afaf6b5
iwlagn: remove the CMD_MAPPED flag
by Emmanuel Grumbach
· 14 years ago
523b02e
mac80211: fix TKIP races, make API easier to use
by Johannes Berg
· 14 years ago
68dd49e
iwlwifi: remove unnecessary read of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
252e735
iwlagn: remove the indirection for the rx write pointer
by Emmanuel Grumbach
· 14 years ago
e3f10ce
iwlagn: remove hcmd ops
by Wey-Yi Guy
· 14 years ago
e55b517
iwlagn: call bt_coex directlly
by Wey-Yi Guy
· 14 years ago
f86af7b
iwlagn: scd memory boundary
by Wey-Yi Guy
· 14 years ago
02aca58
iwlagn: move the tx allocation funcs to the transport layer
by Emmanuel Grumbach
· 14 years ago
a0f6b0a
iwlagn: add rx_free to transport layer
by Emmanuel Grumbach
· 14 years ago
c85eb61
iwlagn: introduce transport layer and implement rx_init
by Emmanuel Grumbach
· 14 years ago
300d083
iwlagn: add module parameter to disable stuck queue watchdog timer
by Wey-Yi Guy
· 14 years ago
54e9c40
iwlagn: add correct firmware name for 135 series
by Wey-Yi Guy
· 14 years ago
4466320
iwlagn: re-define the testmode cmd and attr enum
by Wey-Yi Guy
· 14 years ago
98a648e
iwlagn: verify mutex held for sync commands
by Johannes Berg
· 14 years ago
3be3fdb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
5ee0a58
iwlagn: use PCI_DMA_* for pci_* operations
by John W. Linville
· 14 years ago
6691678
iwlwifi: use pci_dev->revision, again
by Sergei Shtylyov
· 14 years ago
428bc8c
iwlagn: fix rmmod crash
by Stanislaw Gruszka
· 14 years ago
8fcbd4dc
iwlagn: fix *_UCODE_API_MAX output in the firmware field
by Evgeni Golov
· 14 years ago
e815407
iwlagn: map command buffers BIDI
by Johannes Berg
· 14 years ago
1107a08
iwlagn: fix cmd queue unmap
by Johannes Berg
· 14 years ago
f775aa06d
iwlagn: don't use CCK rates for P2P interfaces
by Johannes Berg
· 14 years ago
0b5b3ff
iwlagn: fill beacon TX rate properly
by Johannes Berg
· 14 years ago
81704d2
iwlagn: extend host command timeout
by Johannes Berg
· 14 years ago
f8d651a5
iwlagn: fix cmd queue unmap
by Johannes Berg
· 14 years ago
1e5cf9b
iwlagn: use PM ops macro
by Johannes Berg
· 14 years ago
5306c08
iwlagn: fix change_interface for P2P types
by Johannes Berg
· 14 years ago
77e569e
iwlagn: Fix a bug introduced by the HUGE command removal
by Emmanuel Grumbach
· 14 years ago
6392cb3
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
47751b0
iwlwifi: fix stop/wake queue hacks
by Kalle Valo
· 14 years ago
8943442
iwlagn: remove incorrect define
by Wey-Yi Guy
· 14 years ago
86cb3b4
iwlagn: merge duplicate code into single function
by Wey-Yi Guy
· 14 years ago
916b337
iwlagn: code alignment
by Wey-Yi Guy
· 14 years ago
e1910cb
iwlagn: add offset define for subsystem id
by Wey-Yi Guy
· 14 years ago
f753816
iwlagn: Add power_level module parameter
by Wey-Yi Guy
· 14 years ago
0172b02
iwlagn: add power_save module parameter
by Wey-Yi Guy
· 14 years ago
705cd45
iwlagn: store the irq number to iwl_bus just like dev
by Emmanuel Grumbach
· 14 years ago
4b55b07
iwlagn: warn about nested SYNC commands
by Emmanuel Grumbach
· 14 years ago
807caf2
iwlagn: fix misplaced bracket
by Emmanuel Grumbach
· 14 years ago
bcd4fe2
iwlagn: waterfall the bus level if prepare card failed
by Emmanuel Grumbach
· 14 years ago
ea3aa93
iwlagn: finally kill the pointer to pci_dev from iwl-dev.h
by Emmanuel Grumbach
· 14 years ago
08321c0
iwlagn: add a get_irq method to iwl_bus_ops and use it
by Emmanuel Grumbach
· 14 years ago
85aed7c
iwlagn: don't read the PCI_REVISION_ID from iwl-agn.c
by Emmanuel Grumbach
· 14 years ago
19707ba
iwlagn: add a method to get the HW ID description as a string to iwl_bus_ops
by Emmanuel Grumbach
· 14 years ago
d57fa99
iwlagn: move PCI power related functions to the PCI layer
by Wey-Yi Guy
· 14 years ago
795414d
iwlagn: don't use the PCI wrappers for DMA operation
by Emmanuel Grumbach
· 14 years ago
084dd791
iwlagn: move PCI related operations from probe and remove to PCI layer
by Emmanuel Grumbach
· 14 years ago
3599d39
iwlagn: add get_dev to iwl_bus_ops
by Emmanuel Grumbach
· 14 years ago
a48709c
iwlagn: introduce iwl_bus and iwl_bus_ops
by Emmanuel Grumbach
· 14 years ago
c6ca8bc
iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few files
by Emmanuel Grumbach
· 14 years ago
48d1a21
iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific code
by Emmanuel Grumbach
· 14 years ago
7299751
iwlagn: don't disable interrupts after the NIC has been reset
by Emmanuel Grumbach
· 14 years ago
ecdbe86
iwlagn: Support flush queues for specified interface
by Wey-Yi Guy
· 14 years ago
f88e0ec
iwlagn: add PAN to tx flush
by Wey-Yi Guy
· 14 years ago
c68744f
iwlagn: Remove un-necessary indirect call
by Wey-Yi Guy
· 14 years ago
b2ea345
iwlagn: Sanity check for valid context
by Wey-Yi Guy
· 14 years ago
4f0642a
iwlagn: Sanity check for 11n capability
by Wey-Yi Guy
· 14 years ago
1f8bf03
iwlagn: merge duplicated code into single place
by Wey-Yi Guy
· 14 years ago
109a0ac
iwlagn: group similar defines together
by Wey-Yi Guy
· 14 years ago
8d8854d
iwlagn: generic temperature location in EEPROM
by Wey-Yi Guy
· 14 years ago
bf30025
iwlagn: remove unused debug flag
by Wey-Yi Guy
· 14 years ago
06bb835
iwlagn: use IWL_DEBUG_FW for firmware related debug msg
by Wey-Yi Guy
· 14 years ago
f38f884
iwlagn: use IWL_DEBUG_TEMP for temperature related debug
by Wey-Yi Guy
· 14 years ago
fa7f141
iwlagn: add debug message for coex related activities
by Wey-Yi Guy
· 14 years ago
ebbb491
iwlagn: add coex debug flag
by Wey-Yi Guy
· 14 years ago
8895075
iwlagn: use sku capabilities information from EEPROM
by Wey-Yi Guy
· 14 years ago
0526929
iwlagn: Band capabilities in EEPROM
by Wey-Yi Guy
· 14 years ago
872907b
iwlagn: don't check ucode subtype
by Johannes Berg
· 14 years ago
3f1e5f4
iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_params
by Wey-Yi Guy
· 14 years ago
6b0184c
iwlagn: move led_mode as part of iwlagn_mod_params
by Wey-Yi Guy
· 14 years ago
b60eec9
iwlagn: move bt_coex_active as part of iwlagn_mod_params
by Wey-Yi Guy
· 14 years ago
eb64dca
iwlagn: add dumpit support for testmode trace function
by Wey-Yi Guy
· 14 years ago
49b7210
iwlagn: usersapce application decide the size of trace buffer
by Wey-Yi Guy
· 14 years ago
43e4e0b
iwlagn: send tx power command if defer cause by RXON not match
by Wey-Yi Guy
· 14 years ago
48586826
iwlwifi: remove unecessary if statement
by Greg Dietsche
· 14 years ago
f973f87
iwlagn: refactor iwlagn_mac_channel_switch
by Stanislaw Gruszka
· 14 years ago
41bfce8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
42b70a5
iwlagn: use cts-to-self protection on 5000 adapters series
by Stanislaw Gruszka
· 14 years ago
805a3b8
iwlagn: call commit_rxon function directly
by Wey-Yi Guy
· 14 years ago
e80d70e
iwlagn: direct call to post_scan function
by Wey-Yi Guy
· 14 years ago
c2b821d
iwlagn: move all post scan functions in one place
by Wey-Yi Guy
· 14 years ago
15b3f3b
iwlagn: set smps mode after assoc for 1000 device
by Wey-Yi Guy
· 14 years ago
88e9ba7
iwlagn: save the latest smps mode
by Wey-Yi Guy
· 14 years ago
6f213ff
iwlagn: fix channel switch locking
by Stanislaw Gruszka
· 14 years ago
f35490f
iwlagn: fix interface combinations
by Johannes Berg
· 14 years ago
5bc9890
iwlagn: change log to better represent the state of aggregation process
by Wey-Yi Guy
· 14 years ago
5f88ac2
iwlagn: change the logging level for aggregation enable check
by Wey-Yi Guy
· 14 years ago
0fd0950
iwlagn: advertise interface combinations
by Johannes Berg
· 14 years ago
93cce6f
iwlagn: free the ICT ISR when the request_irq failed
by Emmanuel Grumbach
· 14 years ago
2e5d04d
iwlwifi: disambiguate invalid DMA index warnings
by Daniel Halperin
· 14 years ago
3d82b156
iwlagn: solve sparse warning
by Emmanuel Grumbach
· 14 years ago
2b9253d
iwlagn: fix dual-mode RXON
by Johannes Berg
· 14 years ago
5beaaf3
iwlagn: remove un-necessary tx power ops
by Wey-Yi Guy
· 14 years ago
891db88
iwlagn: send tx power command if defer cause by RXON not match
by Wey-Yi Guy
· 14 years ago
1144181
iwlagn: fix incorrect PCI subsystem id for 6150 devices
by Wey-Yi Guy
· 14 years ago
22e95ac
Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 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
54a430c
iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabled
by Wey-Yi Guy
· 14 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
20ba286
iwlwifi: remove unused parameter from iwl_hcmd_queue_reclaim
by Daniel Halperin
· 14 years ago
Next »