Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
5d7969bf2bce73fdb91bd53ad39b1f0ab43f5ce3
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn.c
5d7969b
iwlagn: separate firmware version warning
by Johannes Berg
· 13 years ago
29a34f9
iwlagn: remove wireless extensions inclusions
by Johannes Berg
· 14 years ago
2629313
iwlwifi: Fix build with CONFIG_PM disabled.
by David S. Miller
· 13 years ago
1e89cbac
iwlagn: probe would crash with DEBUG_SHIRQ
by Emmanuel Grumbach
· 13 years ago
c8ac61c
iwlagn: implement WoWLAN
by Johannes Berg
· 13 years ago
5a3d988
iwlagn: rewrite HW crypto
by Johannes Berg
· 13 years ago
898ed67
iwlagn: remove un-necessary "_agn"
by Wey-Yi Guy
· 14 years ago
c1c8140
iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv
by Emmanuel Grumbach
· 14 years ago
d593411
iwlagn: simplify the bus architecture
by Emmanuel Grumbach
· 14 years ago
41c5054
iwlagn: transport layer receives struct iwl_trans*
by Emmanuel Grumbach
· 14 years ago
0286cee
iwlagn: move iwl_prepare_card_hw to the transport layer
by Emmanuel Grumbach
· 14 years ago
392f8b7
iwlagn: move more functions from the start flow to the transport layer
by Emmanuel Grumbach
· 14 years ago
48d42c4
iwlagn: SCD configuration for AMPDU moves to transport layer
by Emmanuel Grumbach
· 14 years ago
6bd4dba
iwlagn: kill iwlagn_setup_deferred_work
by Emmanuel Grumbach
· 14 years ago
1a361cd
iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c
by Emmanuel Grumbach
· 14 years ago
ab6cf8e
iwlagn: move iwlagn_stop_device to transport layer
by Emmanuel Grumbach
· 14 years ago
ab697a9
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
by Emmanuel Grumbach
· 14 years ago
4caab32
iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr
by Fry, Donald H
· 14 years ago
90c300c
iwlagn: remove dual-indirect call to simply the code
by Wey-Yi Guy
· 14 years ago
e505c43
iwlagn: remove un-necessary file
by Wey-Yi Guy
· 14 years ago
1ab9f6c
iwlagn: move the Rx dispatching to the upper layer
by Emmanuel Grumbach
· 14 years ago
a27367d
iwlagn: move sync_irq to transport layer
by Emmanuel Grumbach
· 14 years ago
34c1b7b
iwlagn: move the tasklet / irq to the transport layer
by Emmanuel Grumbach
· 14 years ago
2a897d4
iwlagn: Add missing comma between constant string array
by Joe Perches
· 14 years ago
3a3b14c
iwlagn: declare static
by Wey-Yi Guy
· 14 years ago
207ecc5
iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic state
by Meenakshi Venkataraman
· 14 years ago
bdfbf09
iwlagn: provide heplers to access the transport ops
by Emmanuel Grumbach
· 14 years ago
e419d62
iwlagn: consolidate the API that sends host commands and move to transport
by Emmanuel Grumbach
· 14 years ago
1359ca4
iwlagn: add an API to free the TX context
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
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
0b5b3ff
iwlagn: fill beacon TX rate properly
by Johannes Berg
· 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
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
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
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
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
8895075
iwlagn: use sku capabilities information from 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
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
805a3b8
iwlagn: call commit_rxon function directly
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
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
3d82b156
iwlagn: solve sparse warning
by Emmanuel Grumbach
· 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
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
7a4e528
iwlagn: add testmode trace command
by Wey-Yi Guy
· 14 years ago
5065054
iwlagn: more ucode error log info
by Wey-Yi Guy
· 14 years ago
4ce7cc2
iwlagn: support multiple TBs per command
by Johannes Berg
· 14 years ago
214d14d
iwlagn: clean up TXQ indirection
by Johannes Berg
· 14 years ago
3fa5073
iwlagn: prepare for multi-TB commands
by Johannes Berg
· 14 years ago
8a98d49
iwlagn: remove frame pre-allocation
by Johannes Berg
· 14 years ago
4613e72
iwlwifi: support the svtool messages interactions through nl80211 test mode
by Cindy H. Kao
· 14 years ago
9d143e9
iwlagn: mod param cleanup
by Don Fry
· 14 years ago
b4ed221
iwlagn: new 105 series device
by Wey-Yi Guy
· 14 years ago
d2690c0
iwlagn: use proper good CRC threshold behaviour
by Johannes Berg
· 14 years ago
e43e85c
iwlagn: refactor restart
by Johannes Berg
· 14 years ago
75d80ca
iwlagn: fix tx power initialization
by Stanislaw Gruszka
· 14 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
4cd2bf7
iwlagn: remove hw_ready variable
by Johannes Berg
· 14 years ago
dbf28e21
iwlagn: combine firmware code/data
by Johannes Berg
· 14 years ago
ca7966c
iwlagn: implement synchronous firmware load
by Johannes Berg
· 14 years ago
09f18af
iwlagn: extend notification wait function
by Johannes Berg
· 14 years ago
3e14c1f
iwlagn: refactor up path
by Johannes Berg
· 14 years ago
bc4f8ad
iwlagn: refactor down path
by Johannes Berg
· 14 years ago
1a10f43
iwlagn: clean up some exit code
by Johannes Berg
· 14 years ago
e46f653
iwlagn: simplify error table reading
by Johannes Berg
· 14 years ago
119ea18
iwlagn: remove un-necessary ieee80211_ops
by Wey-Yi Guy
· 14 years ago
b4ebd28
iwlagn: use huge command for beacon
by Johannes Berg
· 14 years ago
3e41ace
iwlagn: remove most BUG_ON instances
by Johannes Berg
· 14 years ago
e79b1ca
iwlagn: use direct call for led functions
by Wey-Yi Guy
· 14 years ago
6eab04a
treewide: remove extra semicolons
by Justin P. Mattock
· 14 years ago
6fc3ba9
iwlagn: downgrade warning on unknown TLV
by Johannes Berg
· 14 years ago
0da0e5b
iwlagn: clean up & autodetect statistics
by Johannes Berg
· 14 years ago
23c0fcc
iwlagn: all _agn devices support power save mode
by Wey-Yi Guy
· 14 years ago
02a7fa0
iwlagn: move IO functions out of line
by Johannes Berg
· 14 years ago
519d8ab
iwlagn: remove ISR ops
by Johannes Berg
· 14 years ago
Next »