Age | Commit message (Expand) | Author | Files | Lines |
2011-10-03 | mac80211: pass vif param to conf_tx() callback | Eliad Peller | 2 | -3/+5 |
2011-10-03 | iwlagn: rename iwlagn module iwlwifi and alias to iwlagn. | Don Fry | 4 | -32/+33 |
2011-09-30 | mac80211: implement uAPSD | Johannes Berg | 1 | -1/+1 |
2011-09-30 | iwlagn: iwl-agn-rs: remove unnecessary null check for sta and lq_sta | Greg Dietsche | 1 | -3/+0 |
2011-09-27 | iwlagn: fix scan complete processing | Johannes Berg | 2 | -4/+33 |
2011-09-27 | iwlagn: move iwl_process_scan_complete up | Johannes Berg | 1 | -54/+54 |
2011-09-27 | iwlagn: refactor scan complete | Johannes Berg | 1 | -8/+11 |
2011-09-27 | iwlagn: make iwl_scan_cancel_timeout void | Johannes Berg | 2 | -4/+2 |
2011-09-27 | iwlagn: remove Kelvin support | Johannes Berg | 3 | -9/+1 |
2011-09-27 | iwlagn: fix slot programming | Johannes Berg | 1 | -1/+1 |
2011-09-27 | iwlagn: fix dangling scan request | Johannes Berg | 1 | -14/+16 |
2011-09-27 | iwlagn: use kcalloc when possible for array allocation | Emmanuel Grumbach | 4 | -16/+19 |
2011-09-27 | iwlagn: update rate scaling with BA notifications | Emmanuel Grumbach | 1 | -4/+9 |
2011-09-27 | iwlagn: add debugging to show probe related info in scan notification | Wey-Yi Guy | 1 | -0/+2 |
2011-09-27 | iwlagn: set the sequence control from the transport layer | Emmanuel Grumbach | 2 | -3/+3 |
2011-09-27 | iwlagn: sparse warning priv->temperature is signed | Emmanuel Grumbach | 1 | -1/+16 |
2011-09-27 | iwlagn: remove warning in iwl_rx_handle | Emmanuel Grumbach | 1 | -3/+6 |
2011-09-22 | iwlagn: remove duplicate list init | Amit Beka | 1 | -2/+0 |
2011-09-22 | iwlagn: pending frames musn't be incremented if agg is on | Emmanuel Grumbach | 2 | -2/+5 |
2011-09-22 | iwlagn: remove uneeded declaration | Emmanuel Grumbach | 1 | -2/+0 |
2011-09-22 | iwlagn: simplify the iwl_device_cmd layout | Emmanuel Grumbach | 5 | -16/+12 |
2011-09-22 | iwlagn: remove the callback in host commands | Emmanuel Grumbach | 15 | -134/+157 |
2011-09-22 | iwlagn: split remain-on-channel | Johannes Berg | 3 | -49/+62 |
2011-09-22 | iwlagn: remove common station priv | Johannes Berg | 5 | -20/+16 |
2011-09-22 | iwlagn: move scan code to scan file | Johannes Berg | 4 | -440/+433 |
2011-09-20 | Merge branch 'master' of git://git.infradead.org/users/linville/wireless | John W. Linville | 4 | -6/+14 |
2011-09-20 | iwlagn: signedness bug | Wey-Yi Guy | 1 | -1/+1 |
2011-09-20 | iwlagn: fix stack corruption for temperature offset v2 | Wey-Yi Guy | 1 | -2/+2 |
2011-09-20 | iwlagn: do not use interruptible waits | Johannes Berg | 5 | -13/+8 |
2011-09-20 | iwlagn: use iwl_eeprom_calib_hdr structure | Wey-Yi Guy | 3 | -10/+12 |
2011-09-20 | iwlagn: add support for v2 of temperature offset calibration | Wey-Yi Guy | 6 | -6/+62 |
2011-09-20 | iwlagn: remove drvdata support from bus layer | Johannes Berg | 3 | -22/+11 |
2011-09-20 | iwlagn: move sysfs files to debugfs | Johannes Berg | 2 | -133/+64 |
2011-09-20 | iwlagn: remove unused function declarations | Johannes Berg | 1 | -5/+0 |
2011-09-20 | iwlagn: rename iwl-pci.h to iwl-cfg.h | Johannes Berg | 6 | -8/+7 |
2011-09-20 | iwlagn: clean up PM code | Johannes Berg | 3 | -14/+11 |
2011-09-20 | iwlagn: Makefile whitespace cleanup | Johannes Berg | 1 | -10/+10 |
2011-09-20 | iwlagn: generically provide iwl_trans_send_cmd_pdu | Johannes Berg | 5 | -22/+80 |
2011-09-20 | iwlagn: move PCI-E transport files | Johannes Berg | 5 | -11/+8 |
2011-09-19 | iwlagn: merge eeprom access into single file | Wey-Yi Guy | 3 | -305/+235 |
2011-09-19 | iwlagn: provide data after WARN_ON | Emmanuel Grumbach | 1 | -1/+7 |
2011-09-19 | iwlagn: replace beacon_time_fsf_bits variable with #define | Don Fry | 6 | -23/+10 |
2011-09-19 | iwlagn: simplify chain_noise_num_beacons indirection | Fry, Donald H | 6 | -22/+7 |
2011-09-19 | iwlagn: fix modinfo display for 135 ucode. | Fry, Donald H | 1 | -1/+1 |
2011-09-19 | iwlagn: New SKU for 6005 SFF | Wey-Yi Guy | 1 | -0/+1 |
2011-09-19 | iwlagn: Convert kzalloc to kcalloc | Joe Perches | 1 | -4/+2 |
2011-09-19 | iwlagn: add documentation to the transport layer | Emmanuel Grumbach | 3 | -32/+91 |
2011-09-19 | iwlagn: document the bus layer API | Emmanuel Grumbach | 1 | -5/+57 |
2011-09-19 | iwlagn: use enum iwl_rxon_context_id instead of u8 | Emmanuel Grumbach | 4 | -9/+17 |
2011-09-19 | iwlagn: move iwl_stop / wake_queue to the upper layer | Emmanuel Grumbach | 6 | -21/+23 |