summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/iwh/iwh.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/iwh/iwh.c')
-rw-r--r--usr/src/uts/common/io/iwh/iwh.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/iwh/iwh.c b/usr/src/uts/common/io/iwh/iwh.c
index 39b6f27e7f..db1cfba28b 100644
--- a/usr/src/uts/common/io/iwh/iwh.c
+++ b/usr/src/uts/common/io/iwh/iwh.c
@@ -2101,8 +2101,8 @@ iwh_mac_access_exit(iwh_sc_t *sc)
* static uint32_t
* iwh_mem_read(iwh_sc_t *sc, uint32_t addr)
* {
- * IWH_WRITE(sc, HBUS_TARG_MEM_RADDR, addr);
- * return (IWH_READ(sc, HBUS_TARG_MEM_RDAT));
+ * IWH_WRITE(sc, HBUS_TARG_MEM_RADDR, addr);
+ * return (IWH_READ(sc, HBUS_TARG_MEM_RDAT));
* }
*/
@@ -3085,9 +3085,10 @@ iwh_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type)
struct ieee80211_qosframe *qwh = NULL;
int tid = WME_TID_INVALID;
- if (NULL == ic) {
+ if (ic == NULL) {
return (IWH_FAIL);
}
+ rate = 0;
sc = (iwh_sc_t *)ic;
if (sc->sc_flags & IWH_F_SUSPEND) {