Age | Commit message (Expand) | Author | Files | Lines |
2011-10-14 | iwlagn: fix priv->cfg->ht_params NULL pointer dereference | Stanislaw Gruszka | 1 | -2/+2 |
2011-10-14 | iwlagn: add missing include to iwl-agn-rs.h | Emmanuel Grumbach | 1 | -0/+4 |
2011-10-14 | iwlagn: remove uneeded include to iwl-dev.h | Emmanuel Grumbach | 2 | -5/+1 |
2011-10-14 | iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h | Emmanuel Grumbach | 16 | -59/+8 |
2011-10-14 | iwlagn: move iwl_beacon_time_mask_XXX near to usage | Emmanuel Grumbach | 2 | -29/+23 |
2011-10-14 | iwlagn: remove 6000 hw header | Johannes Berg | 4 | -83/+9 |
2011-10-14 | iwlagn: remove 5000 hw header | Johannes Berg | 2 | -89/+15 |
2011-10-14 | iwlagn: rename iwl-rx.c to iwl-agn-rx.c | Wey-Yi Guy | 2 | -51/+56 |
2011-10-14 | iwlagn: merge station management functions | Wey-Yi Guy | 17 | -1007/+940 |
2011-10-14 | iwlagn: rename all the mac80211 callback functions | Wey-Yi Guy | 12 | -56/+63 |
2011-10-14 | iwlagn: add debug for mac80211 callback | Wey-Yi Guy | 5 | -9/+40 |
2011-10-14 | iwlagn: don't stop rts/cts until last aggregation queue close | Wey-Yi Guy | 1 | -6/+4 |
2011-10-14 | iwlagn: more info on warning for shutdown agg queue | Wey-Yi Guy | 1 | -2/+3 |
2011-10-14 | iwlwifi: update comments on how to enable debug flag | Wey-Yi Guy | 2 | -5/+7 |
2011-10-14 | iwlagn: use low retry limit for WoWLAN | Wey-Yi Guy | 2 | -11/+18 |
2011-10-14 | iwlagn: do nothing when disable agg in wrong state | Wey-Yi Guy | 1 | -0/+2 |
2011-10-14 | iwlagn: warn only once if AGG state is wrong | Emmanuel Grumbach | 1 | -1/+1 |
2011-10-14 | iwlagn: fix a race in the unmapping of the TFDs | Emmanuel Grumbach | 1 | -0/+3 |
2011-10-14 | iwlagn: Add "_d" sku to 105 series of devices | Wey-Yi Guy | 3 | -0/+8 |
2011-10-14 | iwlagn: add "_d" sku to 6005 series of devices | Wey-Yi Guy | 3 | -0/+8 |
2011-10-14 | iwlagn: set rts retry limit | Wey-Yi Guy | 2 | -10/+13 |
2011-10-14 | iwlagn: remove un-necessary step | Wey-Yi Guy | 1 | -2/+1 |
2011-10-14 | iwlagn: stop interrupts when suspending | Johannes Berg | 1 | -1/+6 |
2011-10-14 | iwlagn: eliminate bus pointer from iwl_priv structure | Don Fry | 6 | -19/+14 |
2011-10-14 | iwlagn: kill hw_params.max_stations | Emmanuel Grumbach | 7 | -15/+6 |
2011-10-14 | iwlagn: send simple LQ command for WoWLAN | Johannes Berg | 3 | -11/+25 |
2011-10-14 | iwlagn: don't assign seqno to QoS Null frames | Johannes Berg | 1 | -2/+2 |
2011-10-14 | iwlagn: update beacon smarter | Johannes Berg | 2 | -2/+11 |
2011-10-14 | iwlagn: add "echo test" command to debugfs | Wey-Yi Guy | 3 | -1/+27 |
2011-10-14 | iwlagn: check rf kill in queue stuck | Wey-Yi Guy | 1 | -0/+3 |
2011-10-14 | iwlagn: add "echo" test when command queue stuck | Wey-Yi Guy | 2 | -1/+23 |
2011-10-14 | iwlagn: add WARN if tx cmd complete come back late | Wey-Yi Guy | 1 | -0/+5 |
2011-10-14 | iwlagn: add REPLY_ECHO host command | Wey-Yi Guy | 1 | -0/+1 |
2011-10-14 | iwlagn: add cmd queue pointer info when timeout | Wey-Yi Guy | 1 | -0/+9 |
2011-10-12 | iwlagn: separate init calib and rt calib | Wey-Yi Guy | 2 | -1/+11 |
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 |